Skip to content

Commit 598287c

Browse files
committed
Merge branch 'main' of https://github.com/sql-bi/Pbi-PushDataset into main
2 parents 628727e + 30b9fbc commit 598287c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# Power BI Push Dataset tools
3+
## Description
4+
The Power BI Push Dataset tools is a collection of libraries and tools to create Power BI real-time solutions based on push datasets.
5+
You can find a complete description of the architecture of such a solution at [SQLBI](https://www.sqlbi.com/)
6+
7+
There are three projects included in the repository:
8+
* **Sqlbi.PbiPushDataset**: it is a library based on .NET Core 3.1, which is compatible with Azure Functions. This library could be used directly by your C# or .NET code if you do not want to rely on PowerShell or command-line tools to create the push dataset model. This library validates and translates regular Tabular models in Push Datasets, also providing helper functions to clear, populate, and simulate real-time transactions. The library is available as a [NuGet package](https://www.nuget.org/packages/Sqlbi.PbiPushDataset/).
9+
* **PbiPushTools**: it is a command-line tool that internally uses the Sqlbi.PbiPushDataset library. This tool does not require programming skills to create, maintain, and test a push dataset model.
10+
* **Sqlbi.PbiPushTools**: it is a PowerShell cmdlet to create, maintain, and test a push dataset model. The cmdlet internally uses the Sqlbi.PbiPushDataset library and is an alternative to the command-line tool. This cmdlet does not require programming skills to create, maintain, and test a push dataset model. The PowerShell cmdlet is compatible with PowerShell scripts managed by Azure Functions. The cmdlet is available in the [PowerShell gallery](https://www.powershellgallery.com/packages/Sqlbi.PbiPushTools/).
11+

0 commit comments

Comments
 (0)