Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Context Filter is not working as expected

I have a dataset called Workshop: Id Account Associate Id Start Date End Date Workshop Gender State 1 Account 1 12345 01-Jan-17 04-Jan-17 Workshop 1 F...
  • AlbertoFerrari's avatar
    6 years ago

    You need to transform your single-table model in a proper star schema.

    Add a dimension for sets of related attributes you want to slice and filter for, and leave the fact table with numbers to aggregate.

     

    Autoexist is applied to columns in the same table, not to columns of different tables. This is why a star schema would work just fine.

     

    At the end, data modeling is quite easy: Star schema all the things.


    Have fun with DAX!

    Alberto Ferrari
    http://www.sqlbi.com