Creating new Power BI Table based on unique column value or duplicate column value of existing table

preview_player
Показать описание
Power BI tutorial for beginners on how to create new table from existing table by applying a specific condition likes having unique rows or duplicate rows and then creating a different table for unique rows or duplicate rows

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

This was complex but very good learning experience for me. A lot of functions I’ve not used. Time to do some extra research into those. Love your videos. Keep it up

jayxpea
Автор

How to filter cell table by cell values and not just by entire row in powerbi?

YTPremium-bfzq
Автор

Distinct Table for 2 or Columns = DISTINCT(
SELECTCOLUMNS(
'TABLE NAME ',
"COLUMN 1 NAME", [COLUMN 1 NAME ],
"COLUMN 2 NAME", [COLUMN 2 NAME]
)
)

vaibhavsaxena
Автор

If I add more data to this same table will this new table get updated with any new values ?

akshayachari