Forum Discussion
espinozan
9 years agoHelper I
Creating 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
9 years agoResponsive Resident
Hi,
Havent tried it, but... perhaps max?