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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Team,
I am facing an issue in creating a slicer. I have two tables.
Site table
Country | SiteID | Site Name | Site Status |
France | 1 | SN1 | Open |
France | 2 | SN2 | Closed |
France | 3 | SN3 | Closed |
France | 4 | SN4 | Open |
France | 5 | SN5 | Open |
France | 6 | SN6 | Closed |
France | 7 | SN7 | Open |
France | 8 | SN8 | Open |
Fact table and they are joined using siteID
Month | SiteID | KPI Name | KPI Value |
Jan-21 | 1 | kpi_cost | 20 |
Jan-21 | 1 | kpi_vol | 99 |
Feb-21 | 1 | kpi_cost | 40 |
Feb-21 | 5 | kpi_cost | 43 |
Feb-21 | 5 | kpi_vol | 67 |
I have two calculated measures
Solved! Go to Solution.
Easiest way to achieve this by Buttons and selection instead of having slicer.
If you badly need a slicer then can we have flexilibity to show 0 instead of Blank?
if yes, then below are steps
1) Crate New Volume Measure =
Hope it will help you
Regards
sanalytics
If it is your solution then please like and accept it as solution
Easiest way to achieve this by Buttons and selection instead of having slicer.
If you badly need a slicer then can we have flexilibity to show 0 instead of Blank?
if yes, then below are steps
1) Crate New Volume Measure =
Hope it will help you
Regards
sanalytics
If it is your solution then please like and accept it as solution