Forum Discussion
espinozan
Helper I
9 years agoCreating a 12 month rolling trend report using Calendar
Hello all, I've been trying to research the best way to create a 12 month rolling trend report in Power BI. Somehow, I can't seem to find what I'm looking for. So far, I've notived most use calcu...
- Anonymous9 years agoAah, then try something like (untested code) :
=IF([Date]<Today()-365;False();IF([Date]>Today();False();True()))
Filter column by "True".
Salvador
Responsive Resident
9 years agoHi,
Havent tried it, but... perhaps max?