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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
AYA97
New Member

multiplication

hello power BI community I hope you are doing good. so I'm a beginner on power BI desktop ,and I'm working on a report and I've been struggling since a while to achieve it. I have different columns from different tables and I would like to add a new columns which contain a the result of the multiplication between two different columns , I tried many methods and none was right ;I always have an error message. I verified the relations too and i think they are correct. So there are the different columns and the relations between them ,they all have the same designation ,so i will be grateful if you explain for me how to do it !capture power bi.png

 

p.png

 

pp.png

 

pppp.png

 

2 REPLIES 2
amitchandak
Super User
Super User

@AYA97 , I see multiple inactive joins, looking at data screenshot data model is not very clear

Example how can you mode data across table

 

 

Item Name = RELATED('item'[Brand])

 

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

 

Using lookup

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

 

first and third expect a single value, so use some aggregation function if there are more than one value

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
lbendlin
Super User
Super User

your data model looks interesting.  What's the reasoning behind it? What do you think is your "facts" table?

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.