Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
79 | |
54 | |
39 | |
35 |
User | Count |
---|---|
102 | |
80 | |
48 | |
48 | |
48 |