Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Dear pbi users,
I am trying to make an easy formula which multiplies the amount * the percentage in a column. See below the formula and screenshot.
My problem is that now in the total row (last row) it's not showing the sum of column NBD (€), but the full amount of column amount. See the screen below. I think it has something to do with using sum or sumx.. but can't find the solution.
Can anyone help?
Hi @Anonymous ,
Try this measure
Measure = SUMX ( Grootboekposten , Grootboekposten[Amount]) * RELATED( VA Verdeelsleutels'[NBD]))
or
Measure = SUMX ( Grootboekposten , Grootboekposten[Amount]) * VA Verdeelsleutels'[NBD]))
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Hello,
Thanks for you reply. But it's not working.. The first solution is not working, maybe because there is an other table between the table 'VA Verdeelsleutels' and 'Grootboekposten'.
The second solution also is not working.
You know another solution?
Morning,
NBD (€) is the measure i am trying to make. Can you tell me how my dax formula should be?
User | Count |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
13 | |
11 | |
9 | |
6 |