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,
i have a requirement, 2 columns, Year column and Status column
in silcer1(Year) when i select 2021 then Slicer2(Status) dropdown values should appear only 1 dimesnion as "40-Approved"
in silcer1(Year) when i select 2022 then Slicer2(Status) dropdown should appear only 2 dimesnion as "40-Approved" &"50-Completed"
Please refer the screenshots attached
How can i achieve this by using any Dax measure/column? Any suggestions please
Solved! Go to Solution.
@Anonymous You could create a parameters table for use in your slicers:
Year | Status |
2021 | 40 - Approved by BU |
2022 | 40 - Approved by BU |
2022 | 50 - Completed |
@Anonymous You could create a parameters table for use in your slicers:
Year | Status |
2021 | 40 - Approved by BU |
2022 | 40 - Approved by BU |
2022 | 50 - Completed |