Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
harirao
Post Prodigy
Post Prodigy

DAX for Slicer using source Column

Hello All,

 

Required your assistance, i have a column from table called file flag, by using this i have created slicer call metrics.
File Flag
DTFC
CTS
S4 
OTD

Metric (Slicer)
DTFC combination of DTFC & S4 
OTD combination of CTS & S4
OTD only OTD

Column

Metrics = SWITCH(tbl_dep3_big_deal_perf_data_final_main[file_flag],"DTFC","DTFC", "S4", "DTFC","CTS","CTS", "S4", "CTS" ,"OTD")

I used above function to create slicer, DTFC & OTD is working correctly, for CTS its taking on CTS not taking S4

DTFC selection (DTFC & S4)

DTFC.PNG


CTS both has to be selected from FileFlag (CTS & S4)

DTFC_1.PNG

Only OTD from File flag

DTFC_2.PNG

Thanks for your help

Regards,

4 REPLIES 4
tex628
Community Champion
Community Champion

For this to work you need to get an additional row in your slicer table. The switch just replaces values and does not add new rows, this means that since the "S4" -> "DTFC" occurs before the "S4" -> "CTS" all references to "S4" will be converted to "DTFC". 

How does your metrix table currently look? 

/ J


Connect on LinkedIn

Hi @tex628 

Please find the below screen print for your reference, i am showing only 15 columns in this matrix table and few slicers on top.

 

DTFC_3.PNG

tex628
Community Champion
Community Champion

Sorry, my bad, I meant the Metrics table 🙂

 /J


Connect on LinkedIn

 

Hello @tex628,

 

Hope your looking for the below table?

 

DTFC_4.PNG

 

Thanks

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors