Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi. I have imported two tables in power BI.
Table 1 has values for several employes.
Table 2 has a rate for each employee.
I would like to SUM the result of product VALUE (table 1)* Rspective RATE (table 2).
In Excel I use PRODUCT and VLOOKUP,
The final result should be total of that column (126, 91 in the example below)
What should be the DAX in POWER BI?
Thank you!
Solved! Go to Solution.
@mrcss23 There is an equivalent PRODUCT function in DAX, although you can just use *. Also there is PRODUCTX. For VLOOKUP either use LOOKUPVALUE or MAXX(FILTER(...),...)
I know the fuctions but I am not being able to achieve the result. Any suggestion?
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
19 | |
13 | |
7 | |
5 |