Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
For Api calling with c# to get tokem number or report
var credentials = new TokenCredentials(vars.Azure.accessToken);
client.BaseUri = new Uri("https://api.powerbi.com");
var generateTokenRequestParameters = new GenerateTokenRequest(accessLevel: "view");
var r= await client2.Reports.GenerateTokenInGroupAsync(vars.ApiBi.groupBi, vars.ApiBi.reportBi, generateTokenRequestParameters);
here is the error
System.AggregateException HResult=0x80131500
Inner Exception 1:HttpOperationException: Operation returned an invalid status code 'NotFound'
i have pro version for power bi and free version for azure
using c# 2017-2019
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 |