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
So far I have two DAX MEASURES that result in a text bucket.
9 Categories for centers
But, my IF/AND formauls will not reference 9 Quad SC/Util measures...HELP!
Open to any help to achieve the final outcome.
Solved! Go to Solution.
if you are creating a measure to get these measures, i would definitely suggest you first look using switch statements as they are easier to read with multiple conditions that if statements if you aren't aware of them already.
Secondly if you are creating a measure you do need to first aggregate (either sum, count, min, max) the results of your if statement before you can reference it in a measure. Hope that makes sense.
Proud to be a Super User!
if you are creating a measure to get these measures, i would definitely suggest you first look using switch statements as they are easier to read with multiple conditions that if statements if you aren't aware of them already.
Secondly if you are creating a measure you do need to first aggregate (either sum, count, min, max) the results of your if statement before you can reference it in a measure. Hope that makes sense.
Proud to be a Super User!
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.