Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
Solved! Go to Solution.
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.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
64 | |
56 | |
54 | |
36 | |
34 |
User | Count |
---|---|
84 | |
73 | |
55 | |
45 | |
43 |