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
Hello, I am using a measure to calculate average units for the last 90 days:
Solved! Go to Solution.
Hi I was able to figure out a solution as all the values weren't populating correctly.
Hi I was able to figure out a solution as all the values weren't populating correctly.
Hi @binerd ,
If only the toal values is not correct, you can create another new measure as below and put this new measure to replace the original measure [90 DayAvgUnits] onto the table visual...
Measure =
SUMX (
GROUPBY ( 'SALES', 'SALES'[CATEGORY], 'SALES'[level2field] ),
[90 DayAvgUnits]
)
In addition, you can refer the following links to try to solve your problem...
Why Your Total Is Incorrect In Power BI - The Key DAX Concept To Understand
Dax for Power BI: Fixing Incorrect Measure Totals
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
@binerd can you provide a sample pbix to play with? Hard to reply without seeing the data model.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 74 | |
| 50 | |
| 47 | |
| 44 |