Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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:
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 17 | |
| 10 | |
| 7 | |
| 6 |