Forum Discussion
Power_BI_Help
Helper I
6 years agoCalculated Column: Rolling Maximum by Label (or high water mark)
Hello Community, I have been calculating Drawdown = Current Value / Rolling Maximum (or high water mark) for each different label. I have this DAX formula working, however, it is very laggy to pr...
- 6 years ago
For your case, i would suggest you use Date hierarchy in the x-axis, since there are to many day in the axis, so the calculation will be very slow, so you'd better just use Year-quarter-Month in the visual, do not use dim day any more.
here is sample pbix file, please try it.
Regards,
Lin
v-lili6-msft
Community Support
6 years agoFor your case, i would suggest you use Date hierarchy in the x-axis, since there are to many day in the axis, so the calculation will be very slow, so you'd better just use Year-quarter-Month in the visual, do not use dim day any more.
here is sample pbix file, please try it.
Regards,
Lin
Power_BI_Help
Helper I
6 years agoD'oh, can't believe that was all I needed to do. So much faster and more scalable, thanks.