Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Filter dimension values based on User selection

There are 2 table with no relation (created based on requirement). first with 2 values User and Team, second with data distributed on tool with either User and teams , not all tools have User data b...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Anonymous 

    Thanks for the reply!

     

    i was trying to acheive it with the ways it works in other BI Tool.


    i didn't had relation between these 2 table wanted to acheive something like if( selection in Table1(field) =User, Table2[show tool only with User data](Filtered tools column) , Table2[show all tools]

     

    Made some data model changes and got the solution.

    Created NewTable1 with 2 column, Type and tool name from Table2.

             - First added tools with only user data and type-User

             - added all tools with type- Team

    Created relation based on Tool column between NewTable1 and Table2