Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
i'm looking to do something like
and the dax formula
Type = UNION(SELECTCOLUMNS(ICS_BI_Reports;"Tipo";ICS_BI_Reports[Tipo]);SELECTCOLUMNS(ICS_Budget;"Tipo";ICS_Budget[Tipo]))
works fine.
now i would like to use this table as relation for other tables so i need unique value, no duplicate.
any suggestion?
thanks
Solved! Go to Solution.
Hi @mauroanelli
Try to create a new table with Table = Distinct(PrimaryKeyWanted)
This new table will be used to make the link between two tables
- Quentin
Hi @mauroanelli
Try to create a new table with Table = Distinct(PrimaryKeyWanted)
This new table will be used to make the link between two tables
- Quentin