Forum Discussion

matgrisham's avatar
matgrisham
Advocate II
9 years ago
Solved

Simple Date Filtering when Multiple Contexts are Required

I've created an SSAS tabular model and Power BI reports deployed to the service to allow our business users analyze sales. Within my model, I created calculated columns on the Date dimension to deter...
  • matgrisham's avatar
    matgrisham
    9 years ago

    MattAllington I came up with a solution (using stuff I had learned from PowerPivotPro). I created disconnected slicers for Fiscal Year and Period that set the "current period" of the report page. Then, using CALCULATE, I created a Period measure and a Rolling 13 Period measure. It all comes together on the report when combining the rolling measure and the date dimension to show the trend over time. A full blog post would be needed to completely explain the method.