Creating new Power BI Table by filtering values from another table column

preview_player
Показать описание
Power BI data modeling tutorial where I'll show you how you can create a new table from an existing table but filtering its values from a specific values of column of another table. This will help first filtering the existing table by another table column and then create new table for reporting needs. Here we'll be using DAX functions like calculate table, filter and related to build the expression and then create a new table.

Рекомендации по теме
Комментарии
Автор

is it possible to use Filter with non-related tables? I created a table from an excel with many columns and rows to be used as filters as there are many conditions and I can't make it work.

criztina
Автор

Hello Abhishek,
Thank you for all your nice videos.
This solution works only if filter direction from many to one bcz related function pass the information from M to 1 direction.

Is there anyway to do this filtering from 1-M side (ex :FILTER(table1,
Table1 : Present at 1 side of relationship.
TableM : Present at M side of relationship.

nidhisingh
Автор

Hello Abhishek, is it possible to input “P01, P02, P04” by the user dynamically?

hpewtyp