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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
thakks
Helper I
Helper I

Query Dependencies View

query dependency skewed for query iterating tokenized or static page. Separate node for each iteration! Is this expected behaviour 

4 REPLIES 4
Anonymous
Not applicable

HI @thakks,

 

I test on my side and it works, which version of power bi you used? It will be help if you share the detail contents.

 

Regarcs,

XIaoxin Sheng

Hi @Anonymous

Say for example you scrapping the details form the web page and iterating through all the static or dynamic page to extract the details. To do this we will end up using List.Generate to traverse through the web page output in multiple pages. What Power BI is doing is that it shows all the iteration as a separate node in the query dependency. So if you iterating around 10 pages, it will show 10 seperate node on the query dependency and visually its wont be user friendly.

In the diagram below, it is showing https://graph.facebook.com from where i am extracting all the posts. The diagram is only for post published since 15 July and it has only one node for that query. 

image.png

 

Now the same query dependency will have node for a each page iterated by the query to extract the Facebook Posts. To me that doesn't really make the query plan user friendly, instead it should have , something like 1..10 to show 10 call made to that node to extract all the posts. So if i extract post that needs iterating two pages the query dependecies will have two node as shown below

 

 

image.png

 

 

 Now if i have a separate query to extract facebook metrics for each post, i will have a separate node on the query dependecies for each call made to facebook API. So for 1000 posts i will have 1000 node on the query plan, which wont make any sense.

Anonymous
Not applicable

HI @thakks,

 

>> Now if i have a separate query to extract facebook metrics for each post, i will have a separate node on the query dependecies for each call made to facebook API. So for 1000 posts i will have 1000 node on the query plan, which wont make any sense.

So you want to merge these similar node to a list to make view more humanize, right ?

If this is a case, current it not support this feature, I think you can submit an ideas about this requirement.

 

Regards,
Xiaoxin Sheng

Thanks @Anonymous . I have now raised the idea here

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

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.