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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Bobbertsan
Regular Visitor

PowerBI Rest API

OK. I am new at PowerBI Rest API as well as M query language. My boss wants me to use PowerBI API web connection to get all report info for all workgroups. But in order to get report info I need the workspace id.

 

So what I need to do is create a table using some sort of nested loop. 

 

Do

    Get groups using the get-groups api call

 

     save the groupid from that call in a parameter parmGroupID

 

     get report information from that group by using the get-reports in group api call which has the parameter i just retrieved from         the previous call:

   "https://api.powerbi.com/v1.0/myorg/groups/"&parmGroupID&"/reports" 

 

Loop - then go back up and get the next group

 

but I am not sure how to do it. I think parsing JSON may be involved, but I don't know how and I can't find any examples online.

 

Please help.

 

Thanks!

 

Sorry if my pseudocode above is confusing.

1 ACCEPTED SOLUTION

It's not just the "hard"  way. It's also the "impossible in the service"  way.  Tell your boss to stop torturing you.

 

To make it clear:  You MUST use a custom connector. Either the ready made one, or your own.

View solution in original post

4 REPLIES 4
lbendlin
Super User
Super User

I already know about that one, thanks. My boss wants me to do it both ways - using the custom connector AND the hard way. Just in case management won't let us use the custom connector.

 

I appreciate the qucik response. 

It's not just the "hard"  way. It's also the "impossible in the service"  way.  Tell your boss to stop torturing you.

 

To make it clear:  You MUST use a custom connector. Either the ready made one, or your own.

Thanks!

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.