Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
I have 4 different measures and I want to rank them based on the lowest value, however,there maybe occasions where there are multiple low values. Consider the data set below.
option 1, 500
option 2, 600
option 3, 500
option 4, 500
as you can see from the dataset above, option 1,3 & 4 have the lowest values, therefrore id like to return a string "1,3,4". But in instances where there one lowest value just return 1 string value.
Any suggestion will be greatly appreciated.
Thanks in advance
Use CONCATENATEX. It will return a single value as is, and multiple values as a string with the separator of your choice.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.