Forum Discussion
shahvinay194
8 years agoFrequent Visitor
Get visuals/report pages info from PowerBI API V2 .NET SDK
Currently i dont see any option to get visual information ie visual ids from report id through server side script ie c# sdk.
Also, i cant get page level information through report id. Any solutions?
Link for documentation: https://docs.microsoft.com/en-us/dotnet/api/microsoft.powerbi.api.v2?view=azure-dotnet
2 Replies
- v-yuta-msftCommunity Support
Hi shahvinay194,
Based on my research, currenly there's no such method we can invoke in .net api. What's your requirement?
Regards,
Jimmy Tao
- shahvinay194Frequent Visitor
I have a .net api where in i want to get visual level information such as visual name, height, width, etc. I have report id and access token too. What should be the preferred approach?