Forum Discussion
Zhinee
Helper III
10 months agoStop child visual from querying all rows when parent selection is empty
My parent table is SESSION_TRANS, and my child visual is JOBLET. I want the child visual to show nothing if the user doesn’t click on any row in the session table. I created this measure: IsSes...
- 10 months ago
This article may help.
DirectQuery in Power BI: When to Use, Limitations, Alternatives - Power BI | Microsoft Learn
- One million row intermediate result limit. Any query (or intermediate operation) that returns more than 1,000,000 rows fails. Premium capacities can raise this limit—see Max Intermediate Row Set Count.
lbendlin
Super User
10 months agoIn Power BI, "nothing selected" is the same as "everything selected". That is by design, for better or for worse.
Have a mandatory filter that keeps the rowcount below 1 million.
Zhinee
Helper III
10 months agoso I added a filter to joblet viusal - I drag joblet id and the type is Top N,
I choose Top 1000 count of joblet id
I am still seeing the error, what would be the right way to do this?
- lbendlin10 months ago
Super User
This article may help.
DirectQuery in Power BI: When to Use, Limitations, Alternatives - Power BI | Microsoft Learn
- One million row intermediate result limit. Any query (or intermediate operation) that returns more than 1,000,000 rows fails. Premium capacities can raise this limit—see Max Intermediate Row Set Count.