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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I want to mutiple column name Proportion from table Diet with column name DMI from table DMI, these tables are not connected directly but they are connected with a common table called "Tratamento". The Proportion and DMI changes on a daily basis. Any suggestion on how to create a new measure, which mutiples Proportion by DMI on a daily basis?
Hi @gusdcruz,
It seems that you have created the relationships between the tables.
Why not use the RELATED function to get the columns in different table in a measure?
If you still need help, please share some data sample and your desired output so that we could help further on it.
Best Regards,
Cherry