Forum Discussion

gavin007's avatar
gavin007
Helper V
5 years ago
Solved

Parameters slicer

I have 6 sales related tables which have the same column called company, it is 3 digit code like 100 is subsidary 1, 200 is subsidery 2.    I want to create a parameter slicer in page to acheive th...
  • amitchandak's avatar
    5 years ago

    gavin007 , do you common company code table joining to all these tables.

     

    If not have one like

    Company Code = distinct(union(all(Table1[code]),all(TableB[code]),all(TableC[code]),all(TableD[code]),all(Tablee[code])))

     

    and join it all 6 tables and use code from this table slicer