Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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 thanks
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]?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.