Business Intelligence DAX Power BI
datascientist_m5t5qq  

DAX USE Relationship Function In Depth

The USERELATIONSHIP function in DAX is used to activate an inactive relationship between two tables for the duration of a specific calculation. This is particularly useful when there are multiple relationships between tables (e.g., a Date table linked to both Order Date and Ship Date in a Sales table), but only one can be active at a time.

Leave A Comment