Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
We are facing logical issue in the measure. Our problem statement is daily utilisation % over time & when we tried calculation in dax query the values are different.
Formula = Total volume done/(Target productivity * Days worked * Employee who worked)
When we drill down month wise, we are getting..
YTD value & month value is different.
Can you help me to fix this problem..
@Anonymous
Hi @Anonymous,
Can you please share a pbix or some dummy data that keep raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
@Anonymous , Are these measures or columns Ideally it should like using columns
Formula =
divide( Sum(Table[Total volume done], Sumx(Table, Table[Target productivity] * Table[Days worked] * Table[Employee who worked] ))
Or force multiplication on the group if these are a measures
Divide([Total volume done], sumx(Values(Table[Month Year]) , [Target productivity] * [Days worked] * [Employee who worked] ) )
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 9 | |
| 8 |