PowerBI.API.Client
PowerBI.API.Client copied to clipboard
A C# wrapper for the Power BI REST API which allows you to easily integrate the Power BI API into your C# application.
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Hi, I have a Push DataSet created with one table. Now I want to add another table to the same dataset, using the following code: `PBITable CrTable = new PBITable(dtCr);...
After getting the Token I am calling the below Method private static void Test_Export(PBIAPIClient pbic) { PBIGroup myGroup = pbic; // "My Workspace" PBIReport report = myGroup.GetReportByID("a0a9f709-dc56-496e-a409-639b100bc2ab"); report.Export("C:\\Sample\\MyReport.pdf"); } I...
As best practice, I've removed the compiled binary from the project, users who need the compiled binary will need to compile the project. Perhaps add this project to NuGet? Also...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Hi Gbrueckl, Kindly do you advise me C# code to create workspace using rest API with user authentication. I am tenant admin for power bi