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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
rasalaprashanth
Frequent Visitor

DAX using SUMPRODUCT from Excel

Hello ALL, 

I have a Excel formula that i need to create in POWER BI 

rasalaprashanth_0-1675954935378.png

i have created 2 tables for this one with Unit table and other with Modeling Parameters 

i have this Excel formula using SUMPRODCUT which is not in POWER BI can anyone help me with this 

==SUMPRODUCT($Q$3:$S$3,T15:V15) 

1 REPLY 1
MasterSonic
Helper IV
Helper IV

Table modeling - you have 3 columns Age, LTD, MA with 4 rows?

 

Table Unit.

Age Score, Ltd Score, Ma Score columns 

 

=SUMX(Table Unit, Age Score * Table Modeling [Age3]) + SUMX(Table Unit,Ltd Score  * Table Modeling[LTD3]) + SUMX(Table Unit, Ma score * Table modeling [MA3])

 

[MA3] = indicate values in 3rd row of column MA (change to other row if needed)

 

 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

August Carousel

Fabric Community Update - August 2024

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