Power BI DAX Tutorial (12/50) - What is Related Function

preview_player
Показать описание
What Is RELATED function in DAX in Power BI, When you have to refer a column in the another table in your calculation you need to use Related Function in Power BI, Make another table should be related to this table. Power bi dax tutorial with examples

#powerbi #powerbidax #RELATED

Video Link for Date Table creation

Source File for Practice:

Complete Playlists

BI Developer - Complete Reference - Playlist
BI Architect - Complete Reference - Playlist
Рекомендации по теме
Комментарии
Автор

In DAX you can use only one table. If you need a metric from other table you need to pull the date in the measure table which is inefficient. To overcome this issue we have related function:
Profit = SUMX(Sales, Sales[Quantity] * Related['Product Master'[Cost Price]))
Related used the Data Model Relationships to seek the related values from other table

siddheshdandagavhal
Автор

This was Really Helpful! Thanks For this Video.

Автор

I finally get it nowwww. Thank you so much!

alvegrande
Автор

Nicely explained… thanks nags for all these awesome content ❤️❤️

kumargunjan
Автор

is that rows in both tables should be same or different, there may be case where rows from related table different how to handle that. Thanks for your answer.

saratchandra
Автор

Is there anyway we can specify the columns from other tables in the formula without creating relationship between them ?

nagsiva
Автор

your way of explanation is awesome, do more videos on dax, am eagerly waiting for your videos

sravankumar
Автор

ur explanation is well plz provide sales table practise purpose

krishnaskills
Автор

How about using RELATEDTABLE since you have a one to many relationship?

datawhipper
Автор

Sir You video is very helpful I am watching on daily basis. I really like. Sir Can we also get data from Dimdate to Product table

bhupendersingh
Автор

We can only use "Related" when we are going with the flow of relationship bcz if we are going against the flow then related will not work. I guess you have to add this in your video

AmitKumar-eexj
Автор

Hi very useful video and very practical need everyone for every project big thanks to share with us.



If it can possible can you plzz provide us excel data file which you used.

Very greatful for us...👌👌👌👌👌👌👌👌💐💐💐💐🎂🎂🎂🎂🎂🎂🎂🎂🎂🎂🎂🎂

ashishmohan
Автор

When you will explain remaining DAX function

divyagadi
Автор

Need difference between related nd related table

aryansena