Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi, I would like to calculate the measure "Productivity" with the below criteria:
Here is the sample.
Current Measure:
Expected Output:
Solved! Go to Solution.
@PBI_newuser , Assume you have quarterly working hours measure or simple sum measure
QTD hours= CALCULATE(SUM(Table[Hours]),DATESQTD(('Date'[Date])))
Hours Qtr > 5
sumx(filter( values(Table[User]), [QTD hours] >5 ) , [QTD hours])
You can use what if numeric field measure in place of 5
https://docs.microsoft.com/en-us/power-bi/desktop-what-if
@PBI_newuser , Assume you have quarterly working hours measure or simple sum measure
QTD hours= CALCULATE(SUM(Table[Hours]),DATESQTD(('Date'[Date])))
Hours Qtr > 5
sumx(filter( values(Table[User]), [QTD hours] >5 ) , [QTD hours])
You can use what if numeric field measure in place of 5
https://docs.microsoft.com/en-us/power-bi/desktop-what-if
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
93 | |
85 | |
83 | |
72 | |
49 |
User | Count |
---|---|
142 | |
139 | |
110 | |
69 | |
55 |