Forum Discussion
Anonymous
5 years agoNot applicable
Power BI Show All Dates Issue
I am trying to get all 52 weeks of the year shown in the Power BI graph for my data. This data is showing money spent over a span, but in the data they input the date in which it was paid. When ...
amitchandak
5 years agoSuper User
Anonymous , one way is add +0 to the measure
Or try measure like
if(max([Date]) >=today() -52*7 , [Measure]+0 , blank())
- Anonymous5 years agoNot applicable
I got an error when I clicked add measure on this, is there certain steps to add this to it as I am still a little newer to PowerBI