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
ChiaraFru
Regular Visitor

% rows with valure greater than x amount

Dears,

 

I hav a list of issues IDs (TI ID) with some attitional attributes (like where happened, who managed to solde them etc..) and a measure for the time (days) spent to solve each issue.

I need to calculate the % of issues solved with resolution time greater than 5 days. I tried to create a calulated column like

=if(time to resolution>5,1,0), but then consolidating gives 0 since the sum of all the rows is >5 of course.

How to manage this?

 

Many thanksquery.jpg

3 REPLIES 3
wdx223_Daniel
Super User
Super User

NewMeasure=COUNTROWS(FILTER(ALLSELECTED(Table[TI ID]),[Time to Resolution]>5))

Hi.. it's not working since as time to resolution is doing the sum of all the time for all TIs.. now row by row

what's your raw data like? and  what's the forumla of [Time to resolution]?

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.