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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
abhishekpati86
Helper III
Helper III

DAX function for converting a number into a string?

Hi All,

 

I have a below measure : -

 

Risk = IF(AVERAGE(Barcelona_Combined_Data[TotalScore]) >=4 ,"HIGH",IF(AVERAGE(Barcelona_Combined_Data[TotalScore]) >=2,"MEDIUM","LOW"))

 

Can anyone help me to convert it into a column so that I can use it in graphs to create visualization.

 

Thanks,

AB

1 ACCEPTED SOLUTION
CahabaData
Memorable Member
Memorable Member

It is not clear as to your data model.  In your IF statement you are also attempting to derive an Average calculation.  I would suggest you first set up a column/measure that contains the average value.  This does not have to display.  Then set up your measure/column with the IF statement for the text value.

 

 

www.CahabaData.com

View solution in original post

1 REPLY 1
CahabaData
Memorable Member
Memorable Member

It is not clear as to your data model.  In your IF statement you are also attempting to derive an Average calculation.  I would suggest you first set up a column/measure that contains the average value.  This does not have to display.  Then set up your measure/column with the IF statement for the text value.

 

 

www.CahabaData.com

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors