Forum Discussion
Cumulative chart where the months dont align
- Anonymous1 year ago
Hi Anonymous ,
I'm sorry for misunderstanding you in my last reply, thanks for the file, you can set it up as follows:
1.Change the format of month to "mmmm yyyy", or you can recreate the same column.
2. Under the visualization pane, change the type of x-axis from continuous to categorical.
3. Create a measure that displays the date and place it in the tooltip.
Date = MAX('TEE01ExtractFileWithHeaders'[Month])Result:
Best Regards,
ZhuIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for the concern from Ritaf1983.
Hi Anonymous ,
Noticed you didn't follow up with a reply, has your issue been resolved yet, I couldn't reproduce your issue during my testing process :
Measure = CALCULATE([Profitmeasure],FILTER(ALL('financials'),'financials'[Date]<=MAX('financials'[Date])))
If your problem is not solved, please provide a more detailed description or a pbix file with sensitive data removed, this will help the problem to be solved faster!
Best Regards,
Zhu
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous1 year agoNot applicable
Hi Zhu - have replied to this thread. Im quite computer savvy but couldnt find the option to edit the original post.lol
- Anonymous1 year agoNot applicable
Hi Anonymous ,
I'm sorry for misunderstanding you in my last reply, thanks for the file, you can set it up as follows:
1.Change the format of month to "mmmm yyyy", or you can recreate the same column.
2. Under the visualization pane, change the type of x-axis from continuous to categorical.
3. Create a measure that displays the date and place it in the tooltip.
Date = MAX('TEE01ExtractFileWithHeaders'[Month])Result:
Best Regards,
ZhuIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.