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.
Dear all,
Below is the measure i am using.
Currently, can you help me to tweak this measure by introducing Or condition within the switch statement?
@vjnvinod , for same values you are retuning different measures
Left is all same
SWITCH (
X,
"GDS", [GDS_P Value],
"GDS", [GDS_M Value],
"GDS", [GDS_S Value],
"GDS", [GDS_SM Value],
"GDS", [GDS_S/A Value],
"GDS", [GDS_ED Value],
0
)
Please refer to my video on switch and see if that can help: https://www.youtube.com/watch?v=gelJWktlR80
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.