Forum Discussion

Bhanu_chPBI's avatar
Bhanu_chPBI
Helper I
4 years ago

Data Modeling.

Im new to power bi actually i created bridge table using dax column for two diff tables using below function. Bridge table = DISTINCT(UNION(ALL(Table1[Date]),ALL(Table2[Date])). to over come Many t...