Forum Discussion
JL475
4 years agoNew Member
Filtering a table with data from another table
Hello, I'm relative new on Power Bi. I've been looking for a way to filter a table with data from another table. Example: Table A Bank Account Date A 1 01/01/22 B 2 01/02/22 ...
- Anonymous4 years ago
Hi JL475 ,
Please check the formulas:
Table = var tableb = ALLEXCEPT('Table B','Table B'[Finish Date]) return EXCEPT('Table A',tableb)Or
Table = var tableb = ALLEXCEPT('Table B','Table B'[Finish Date]) return EXCEPT('Table A',EXCEPT('Table A',tableb))Best Regards,
Jay
ribisht17
4 years agoSuper User
Solved: Filter data of a table with data from another tabl... - Microsoft Power BI Community
Regards,
Ritesh