Forum Discussion
Remove future values but keep months on x axis
Hi ArchStanton ,
Could you please provide a simplified sample pbix file(remove the sensitive info)? Thank you.
How to upload PBI in Community
Best Regards
Unfortunately I can't, this is part of a very large data model that is connected to a live Case Management System.
In the original Line & Bar Chart I posted, the black line is based on =
DD YTD Cases = CALCULATE(
TOTALYTD(COUNT('Cases'[Case Number]),'Date2'[Date],"31/3"))
The green bars however are not a measure, they are just a count of Ids, they are in effect showing the same thing, except the black line which is Cumulative. The Green bars stop in Sep but the Black line continues all the way to Apr. Why is it so difficult to halt the Black line on the same month when they are based on the same data?
I find DAX incredibly frustrating as the requirement here, on paper at least, sounds straightforward.