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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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.