Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
HI
We have a switch to map
P_20190512_1700_CEU_S9W20_SUN_TAC_ALL_TEXT_ALERT_FRE |
P_20190512_1700_CEU_S9W20_SUN_TAC_ALL_TEXT_SILENT_FRE |
Solved! Go to Solution.
@Anonymous - You could try this:
X = SWITCH(TRUE(), RIGHT(Fact_DeliveryReport[Delivery Label],3 )="_FR"),"FR", ...Cheers!
@Anonymous - You could try this:
X = SWITCH(TRUE(), RIGHT(Fact_DeliveryReport[Delivery Label],3 )="_FR"),"FR", ...Cheers!
Hi @Anonymous
Can you give an example of FR without FRE, is it the last 2 characters or is it like _FR_ ?
Many Thanks
Mariusz