Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
syncwithconnex
Frequent Visitor

DAX Multiply One to Many

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:

LTV = MIN(JMAWebStoreProduct[MonthlyCharge]) * [MonthsSubscribed]
 
Is there a way to pull the monthly charge, based on the SKU field? I created the one to many on the SKUs.
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@syncwithconnex , depending on relation , you can copy values in following ways

https://www.youtube.com/watch?v=czNHt7UXIe8

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@syncwithconnex , depending on relation , you can copy values in following ways

https://www.youtube.com/watch?v=czNHt7UXIe8

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thanks, but it still fails:

MonthlyFee = LOOKUPVALUE(Product[MonthlyCharge], Product[Sku], LicenseKey[JMAWebStoreSku])
 
A single value for column 'JMAWebStoreSku' in table 'LicenseKey' cannot be determined. This can happen when a measure formula refers to a column that contains many values without specifying an aggregation such as min, max, count, or sum to get a single result.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.