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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
anupdeval
Frequent Visitor

Reg. Filter implementation

Hello,

 

WE are using Report Level Filter to implement a functionality to display data based on CLient Number.

 

I am using the basic filter to achive the same.

 

Question is, for implementation of filter,

Power BI brings all the data  (e.g 10 clients) & then applies filter in UI

OR

Power BI sends the filter condition to database to filter the data

 

THanks
Anup

2 REPLIES 2
v-qiuyu-msft
Community Support
Community Support

Hi @anupdeval,

 

If you connect to the data source in Import mode, the filter you mentioned is applied to Power BI data model, which is imported data in Power BI desktop. 

 

If you are using DirectQuery or Connect Live mode, the filter condition is send to the corresponding data source. 

 

Best Regards,
Qiuyun Yu 

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

@v-qiuyu-msft
We are using direct query and we have added a "Report Level Filter" and passing the value to this report level filter using URL prameter. 

So, when we login to the report using this URL with parameter set for one client, will Power-BI executes the query for all clients first and then filter for the selected client on the visual level? 

Or will it apply to my Where clause on the SQL it self? 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors