The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am struggling to deploy paginated report from Visual Studio 2019 to Powerbi.com.
Not on-premise
Should it work?
I get connected to workbook through Management Studio (SSMS) with this link
powerbi: //api.powerbi.com/v1.0/myorg/Oppvekst - test With this link I get an error message
If it is to be possible to deploy to a workbook, then it is unclear to me what to put in TargetServerUrl
Solved! Go to Solution.
Hi @Anonymous,
I'd like to suggest you use 'report builder' to publish the paginated report to power bi instead of using visual studio. (I check the document but not found any rest API that supports publish paginated report operations)
Publish a paginated report to the Power BI service - Power BI | Microsoft Docs
For this scenario, it means you need to manually export the RDL file then use visual studio invoke HTTP requests to upload this file to the power bi service side.
Regards,
Xiaoxin Sheng
Hi @Anonymous,
I'd like to suggest you use 'report builder' to publish the paginated report to power bi instead of using visual studio. (I check the document but not found any rest API that supports publish paginated report operations)
Publish a paginated report to the Power BI service - Power BI | Microsoft Docs
For this scenario, it means you need to manually export the RDL file then use visual studio invoke HTTP requests to upload this file to the power bi service side.
Regards,
Xiaoxin Sheng
Thnks for feedback.
I had expected that VS would support CI / CD similar to what we have at Onprem