Forum Discussion
sinha
4 years agoNew Member
Create calculated table by filtering a table based on other table's column value
I am a newbie in power bi. I wanted to create a calculated table which will return all values from table 1 filtered based on table2[column].
- 4 years ago
Hi, sinha
Please try calculated table as below:
NEW Table = CALCULATETABLE(Table1,Table1[Column] IN VALUES(Table2[Column]))Best Regards,
Community Support Team _ Eason
v-easonf-msft
4 years agoCommunity Support
Hi, sinha
Please try calculated table as below:
NEW Table = CALCULATETABLE(Table1,Table1[Column] IN VALUES(Table2[Column]))
Best Regards,
Community Support Team _ Eason