Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi experts,
I want to do filtering by conditions from different tables to the entire page of a power bi dashboard.
For example: I want to filter out Product A (table products) and Branch CT1 (table areas).
How do I do that? Please help.
Thanks
KL
@kitti , the filter can be applied on the table(dimensions) or the joined tables(Facts) . Depending on the relationship a "Slicer" or page level filters can be used
The information you have provided is not making the problem clear to me. Can you please explain with an example.
Appreciate your Kudos.
Hi @amitchandak ,
Thank you for your message.
I have a Product table and an Area table.
Product table:
product_id, product_name, ingredient, price
and Area table:
branch_id, branch_name, sales_zone, product_id
I want to do this filtering --> If product_name = 'A' then branch_name != 'CT1' (but for other products, will include branch_name CT1)
for all charts on the entire page.
Thanks,
KL
@kitti , if both tables have an active join on product id. It should work.
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Hi @amitchandak ,
Sorry I cannot share the data. I tried using the filters pane with advanced filtering but it doesnt work. Can you please give some examples? Very similar to if-else condition I suppose.
Thanks,
KL
User | Count |
---|---|
9 | |
8 | |
5 | |
4 | |
3 |