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.
My visual is summarizing project values incorrectly since it is adding up the number of months of each project in the denominator.
Here we can see that the values are being summarized incorrectly in the total value:
The formula I use for this column is:
Solved! Go to Solution.
Hi @gprouse
You'll need to use the SUMX function to achieve the total value as you describe it.
I'd need a bit more information about your model, tables, and the calculations involved in the existing measures to be able to advise beyond this, but a SUMX would perform a calculation with the row context of a table, and then sum up the results, which is what you are trying to achieve.
SUMX function (DAX) - DAX | Microsoft Learn
Hi @gprouse
You'll need to use the SUMX function to achieve the total value as you describe it.
I'd need a bit more information about your model, tables, and the calculations involved in the existing measures to be able to advise beyond this, but a SUMX would perform a calculation with the row context of a table, and then sum up the results, which is what you are trying to achieve.
SUMX function (DAX) - DAX | Microsoft Learn
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
9 | |
6 |