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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Powerbiji99
Frequent Visitor

undefined

Hi there 

 

no embed a formula in a lookupvalue

 

need help with the dax

 

sum amounts in a column if product id matches 

 

thanks

1 REPLY 1
amitchandak
Super User
Super User

@Powerbiji99 ,The information you have provided is not making the problem clear to me. Can you please explain with an example.

 

if you need

//Copy data from one table to another - with related  1-M, Copy on M side
Item Name = RELATED('item'[Brand])

//no realtion needed 1-M

Month Name = LOOKUPVALUE('date'[Month Year],'date'[Date],Sales[Sales Date])

 

Copy City without using related 1 - M
City Name = maxx(FILTER(geography,geography[City Id]=Sales[City Id]),geography[City])

 

Copy City without using related  M -1

City Name = sumx(FILTER(sales,geography[City Id]=Sales[City Id]),sales[amount])


Appreciate your Kudos.

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

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.