Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi everyone,
I have one Fact (left) and Dim (right) table each as the source in the screenshot below. These two tables have no relationship at all.
In my dashboard, I will have two slicers: Options and Channel. When I select a value in Options (e.g. Channel1) slicer, the second slicer (Channel) should show the values in Channel1 (e.g. w, a, b, c).
Does anyone know how I can achieve that?
Thanks,
BK
Solved! Go to Solution.
Hi @Anonymous ,
Please review the following video and check whether that is what you want. It use UNPIVOT feature in Power Query Editor.
Power BI - Dynamic Columns in a Table
Best Regards
Hi @Anonymous ,
Please review the following video and check whether that is what you want. It use UNPIVOT feature in Power Query Editor.
Power BI - Dynamic Columns in a Table
Best Regards
@Anonymous ,
if you are looking for a measure try somethingnlike this.
measure =SWITCH( TRUE(),
SELECTEDVALUE(Tbale[Options]="Channel1",VALUES(Table1[Channel1]),
SELECTEDVALUE(Tbale[Options]="Channel2",VALUES(Table1[Channel2]),
SELECTEDVALUE(Tbale[Options]="Channel3",VALUES(Table1[Channel3]),BLANK())
Regards,
Manikumar
Proud to be a Super User!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 49 | |
| 42 |