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! Request now

Reply
villa1980
Resolver II
Resolver II

Create a Group Based on Separate Metrics

A very simple one, but my mind has gone blank.
I have created a Metric Field, which contains the separate headers, BAU, Operational,Final.
What I would like to do is create a new Metric that basically says if it is BAU then "Normal", Operational then "Ops" , Final then "Make Decision".
I still want to keep the original headers, but then want this new group so can report at both levels.

 

Thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi, @villa1980 

 

You want a formula like this?

Measure=IF(A1="BAU", "Normal", IF(A1="Operational", "Ops", IF(A1="Final", "Make Decision", Blank())))

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi, @villa1980 

 

You want a formula like this?

Measure=IF(A1="BAU", "Normal", IF(A1="Operational", "Ops", IF(A1="Final", "Make Decision", Blank())))

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Just wanted to say thank-you for the response and it worked very well. An if statement did not cross my mind, I was trying to use Switch but that was erroring.

Thank-you again.

Alex

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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