The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Community,
I was 2 problems looking very similar, one of them i already solve, just in case of explanation i will explain it for first.
I have different measures in table, and have goal to make work pie chart (just for example) refering to my selection in top,
Basicly like - If i select in top slicer Measure1, let me all pie chart calculations according this, if Measure 2 related to this, so it's works and i very like it.
I create table with selections and use this formula
So what i want: i want make slicer selection on top of my page with 2 selections Fiscal year and Calendar year.
I try to do this as described my first problem resolution via switch, but problem that i don't now how to refer to column, if i can do as described above formula it will be easiyer for me, but i can't use just column name insted of SUM calculation.
Solved! Go to Solution.
@Isgandar_B Maybe try creating a disconnected table for your slicer and then you can use SELECTEDVALUE along with SWITCH to return the right values in your measure.
@Isgandar_B Maybe try creating a disconnected table for your slicer and then you can use SELECTEDVALUE along with SWITCH to return the right values in your measure.