Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

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.

Reply
UmeshGoti
Helper I
Helper I

Generate Power BI Report from Rest API including Visual part

Hi all Currently i have requirement to generate Power BI report(including visual part) through it's rest APIs.
for that currently i am following below steps
1. Creating power bi template without any datasource in power bi desktop(empty bar chart)
2. uploading that pbix file on power bi service(POST: https://api.powerbi.com/v1.0/myorg/groups/{groupID}/imports?datasetDisplayName=FirstTemplate
3. Create new Dataset on Power BI Service (https://api.powerbi.com/v1.0/myorg/groups/{groupID}/datasets
4. insert data in dataset (created in previous step)
5. Binding Dataset(of previous step) to Report(uploaded in step-2) (POST : https://api.powerbi.com/v1.0/myorg/groups/{groupID}/reports/{reportId}/Rebind)
Request Body : 

{
  "datasetId": "123-345-68-890"
}

Ref : https://learn.microsoft.com/en-us/rest/api/power-bi/

using above steps i am able to upload pbix file, create dataset, insert data into dataset, bind dataset with pbix report
but visual is not showing
can someone help me to solve above issue to dynamically sepecify which columns of dataset i can use as x-axis and y-axis on visual part
or let me know correct way to achieve this 

Thanks everyone in advance!!

 

1 REPLY 1
Anonymous
Not applicable

Hi @UmeshGoti ,

Base on my research, there is no REST API to configure the visual fields directly. You can open the report in Power BI Desktop or Power BI Service and manually adjust the visuals to ensure they correctly reflect the new dataset's schema.

vyiruanmsft_0-1728458580913.png

Best Regards

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors