Forum Discussion

Jack00711's avatar
Jack00711
Frequent Visitor
1 year ago
Solved

Custom table is not working when filtering on date

Hello Power BI Community,   I am having issue with a report, I am trying to create. I have 2 tables Calendar and Tasks. Below is the table Tasks : Deliverable_IDTaskValueDate 1 A 0.8 30/1...
  • Sergii24's avatar
    1 year ago

    Hi Jack00711, you don't need to build a calculated table for this case. Calculated table is refreshed once, when your semantic model is refreshed. Therefore, any further interaction with slicers won't change it.

     

    If you already have a classic data model like this, the only thing you need to do is to apply a filter on "Date" column from "Calendar" table, it will filter the fact table accordingly.

     

    Then you create DAX measure that will show you data for all fields selected before the current date, but when using data in slicer visual there is an easier way:

    You can find sample pbix attached.

     

    Good luck with your project 🙂