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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.