Forum Discussion
balreenBDO
3 years agoFrequent Visitor
Totals calculating incorrectly
Hello, I have the following formula which determines whether actuals or forecast should populated the months column. Each individual month column returns correct values but the total column returns ...
balreenBDO
3 years agoFrequent Visitor
Thanks Ahmedx, Updated file to show my error: Testing.pbix
Ahmedx
3 years agoSuper User
what dates do you want to exclude here, I donโt understand something, this measure gives empty
- balreenBDO3 years agoFrequent Visitor
The measure should calculate the year-to-date sum from the selected financial year up to the selected month from that financial year.
E.g. Slicer selection is 2023 and August. Then, it should return July-22 and Aug-22 sum. Hope that makes sense.- Ahmedx3 years agoSuper User
you didn't do it right
think again and write logic
you get in a slicer for example 2022.11
convert it to a date then write greater than or equal to this date and at the same time less than or equal to this date - Ahmedx3 years agoSuper User
"E.g. Slicer selection is 2023 and August. Then, it should return July-22 and Aug-22 sum. Hope that makes sense."
it's only two months ๐