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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

dax/visuals help

Hi all,

 

I have this measure to calculate a percentage:

Perc=

DIVIDE(
CALCULATE(
    COUNTA('fact taskResults'[TaskKey]);
    'fact taskResults'[Result_did] IN { 6 }
)
;
COUNT('fact taskResults'[TaskKey]))
 
I have a column TaskTypes that group some tasks of the same type, and now I need to show how much of these Types have a "Perc" bigger than ex: 50%. ex: 25 of 30 have a percentage above 50% (on a Gauge)
But i can't figure out how...
 
Thanks.
 
 
 
1 ACCEPTED SOLUTION
1 REPLY 1
Anonymous
Not applicable

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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