Forum Discussion
Percentages without null values and Dates
- 1 year ago
Hello ponchibonos,
Thanks for sharing those examples.
I have reproduced your scenario in Power BI Desktop and confirmed that the output matches your expected results:For your reference, I’m attaching the .pbix file containing the working example so you can review the setup and DAX logic in detail.
Best Regards,
Ganesh singamshetty.
Hello ponchibonos,
Thanks for sharing those examples.
I have reproduced your scenario in Power BI Desktop and confirmed that the output matches your expected results:
For your reference, I’m attaching the .pbix file containing the working example so you can review the setup and DAX logic in detail.
Best Regards,
Ganesh singamshetty.
Thanks again for this new version.
The DAX has a detail that I have not been able to identify that makes the calculation inaccurate.
When filtering for the year 2025. The result should be:
Sum of percentage result = 90
Divided by the total excluding null values = 170
For a result of 52.94%
With the latest version you sent me, the result is 54.17%
The DAX works fine with the Person 1, Person 2 filter.
Could you help me find the error?
I left the pbix with the four versions of DAX
https://drive.google.com/file/d/1hMxu2FzfSDYhR_24DVIEXL4tobxbEIua/view?usp=sharing
Thanks again.