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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
The Customer table contains fields such as Name, Address, and customer Number.
The Order Date table is a standard date dimension with fields like Order Date and Month, Year.
The Sales Order Fact table includes details like Order Amount, Quantity, and other transaction-level data.
The report includes multiple visuals โ such as cards, tables, bar charts, and several slicers.
I want to implement a filter where:
If the user selects "> 100", the report should display data only for customers whose total order amount is greater than $100.
If the user selects "โค 100", the report should show data only for customers whose total order amount is $100 or less.
This filter should apply across the entire report to all visuals consistently.