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
Anonymous
Not applicable

How to calculate multiples tables?

Hi,

 

I'm building a financial report where I have a table with the Spread Rate per client and another table with all the sales informations (amount, date, cost, etc).

 

In my dashboard I need a box that shows the geometric avarege spread of all clients, and when they click in a specific client, it shows only the geometric avarege spread of the operations of that client. But how can I do that?

 

I need to multiply the total amount sold (that is in the Sales Table) by the spreads (that is in the first table) in order to make a geometric avarege, but how can I do that?

1 ACCEPTED SOLUTION
v-yingjl
Community Support
Community Support

Hi @Anonymous ,

You can create this DAX measure to calcualte and use a slicer to filter its value by client:

Geomertic average = SUM('Sales Table'[Amount]) * SUM('Table'[Spread Rate])

vyingjl_0-1631512565876.png

 

Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yingjl
Community Support
Community Support

Hi @Anonymous ,

You can create this DAX measure to calcualte and use a slicer to filter its value by client:

Geomertic average = SUM('Sales Table'[Amount]) * SUM('Table'[Spread Rate])

vyingjl_0-1631512565876.png

 

Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

edhans
Super User
Super User

You are going to need to share some data. You can link these with a common DIMENSION table, but with no data or model to look at, it is hard to be more specific.

 

How to get good help fast. Help us help you.

How To Ask A Technical Question If you Really Want An Answer

How to Get Your Question Answered Quickly - Give us a good and concise explanation
How to provide sample data in the Power BI Forum - Provide data in a table format per the link, or share an Excel/CSV file via OneDrive, Dropbox, etc.. Provide expected output using a screenshot of Excel or other image. Do not provide a screenshot of the source data. I cannot paste an image into Power BI tables.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

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.

Top Kudoed Authors