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.
Hi,
My goal is to multiply the product price column by the license key month subscribed column. I have a one (product) to many (license key) relationship.
Data
Product
SKU: BBB
MonthlyCharge: 100
SKU: ABC
MonthlyCharge: 200
License Key
Email: joe@
SKU: BBB
MonthsSubscribed: 10
Email: jane@
SKU: ABC
MonthsSubscribed: 50
This formula just gets the first price in the product table:
Solved! Go to Solution.
@syncwithconnex , depending on relation , you can copy values in following ways
https://www.youtube.com/watch?v=czNHt7UXIe8
@syncwithconnex , depending on relation , you can copy values in following ways
Thanks, but it still fails: