The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
-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 |
User | Count |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |