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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
Sriku
Helper IV
Helper IV

Bucket matrics and create RAG status

Hi Team,

 

Need to count the total metrics and the total bucket as Red >0 and Green =0:Example.PNG

CountryMetrics1Metrics1Metrics1Metrics1Total
CA00000
OR01102
WE00000
IN100 1
LI000 0
TE00000
SO01102
LI000 0
DE00000
5 REPLIES 5
amitchandak
Super User
Super User

@Sriku , how come are Metrics has the same name Metrics1

 

You can create a new measure

 

Total = sumx(Table,[Metrics1] +[Metrics2]+[Metrics3]+[Metrics4])

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
harshnathani
Community Champion
Community Champion

HI @Sriku ,

 

 Red >0 = CALCULATE(COUNTA(Table[County]), FILTER(Table , [metric1] = 1))

Green =0 = CALCULATE(COUNTA(Table[County]), FILTER(Table , [metric1] = 0))

 

Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

harshnathani
Community Champion
Community Champion

Hi @Sriku ,

 

Total = [metric1] + [metric2] + [metric3] +[metric4]

 

Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

How to total, Can you please explain in logic. I am learner to Powerbi

Hi @Sriku ,

 

These metrics are Columns or measures.

 

What is the expected output. Your question is unclear.

 

Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors