Skip to content

Commit 51e96c4

Browse files
authored
Create README.md
1 parent 7bb946b commit 51e96c4

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.
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.
11+

0 commit comments

Comments
 (0)