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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
ibenbassou
New Member

Get data from Power BI using REST API (not meta-data)

Hello,

 

I'm successfully able to connect to power bi.

 

When i use the route https://api.powerbi.com/v1.0/myorg/datasets/{id-here} , i get only the meta data like name, configuredBy, isRefreshable ...

 

How can i get data from an existing table in my dashboard and not only the structure, which route should i use ? is it possible ?

 

Can i create a new table with json (POST) and get data as response ?

 

thank you,

 

3 REPLIES 3
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @ibenbassou,

 

Is it necessary to get data through API? Why not connecting to the data source directly or exporting data from the reports? Please refer to Get-data-using-REST-API

You can push data through API. Please refer to api/power-bi/pushdatasets.

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-jiascu-msft Thank you for the answer, it's bad to have an API to write data without being able to read them. I hope they ll add this functionality in the new updates.

 

I want to get data directly from power bi to use DAX expression, and this gonna be helpful for me than recovering data directly from the data source.

ibenbassou
New Member

Hello,

 

I'm successfully able to connect to power bi.

 

When i use the route https://api.powerbi.com/v1.0/myorg/datasets/{id-here} , i get only the meta data like name, configuredBy, isRefreshable, url ...

 

How can i get data from an existing table in my dashboard and not only the structure, which route should i use ? is it possible ?

 

Can i create a new table with json (POST) and get data as response ?

 

thank you,

 

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors