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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
c_d_m
Regular Visitor

Power Query First Load when opening dashboard

I have a big data set therfore im using power query i need to create a basic table with all the information. I made it so that when teh date isn´t filtered the measure returns null yet when i try to make the same for dimensions it says power query does not support this type of dimensions. 

Is there a way to stop the query unless values are selected? as for example when the user opens the report i don´t want it to make a query i want the user to select some values and afterwards send the query is this possible?

If not how should i change this so direct query allows it?:

The measure i created is the following:

YourMeasure =
IF (
ISFILTERED('DateTable'[DateColumn]) && ISFILTERED('CustomerTable'[CustomerNumberColumn]),
-- Show your values here when both slicers are selected
SUM('YourDataTable'[YourValueColumn]),
-- Show null when either or both slicers are not selected
BLANK()
)

2 REPLIES 2
Fowmy
Super User
Super User

@c_d_m 

If I understood your issue well then Apply All Button should work for you where the queries will be sent to the DB once your make sure slicer selections and click on this button. 

Please refer this article for details: Create Apply all and Clear all slicers buttons in reports - Power BI | Microsoft Learn



Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

c_d_m
Regular Visitor

Thanks for the answer, but is there a way so that the query is sent only if the slicers are selected and not when the dashboard is first opened ? Im supponsing that when a user opens for the first time there is nothing selected and a full query is sent to the DB. 

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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