March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Dear Community,
I have a simple issue using "sum"...
I have a table with multiple lines, linked an id/category but when I try to have the total cost per category, here which is supposed to be 300 for the category "product", Power bi is showing the total cost so 600. I have added the grey column just to let you the result shown by powerbi:
I have tried to create a SUMX(Cost, cost(jan) + cost(feb)+ ...) but I end up with the same result.
If any one have a simple trick, that will be great.
thanks,
Kasiop
Hi,
I'm assuming you are creating a measure, try this instead
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Thanks a lot, I tried to implement your solution but I am not sure what I am doing wrong but the formula still show me the "wrong" total cost:
Hi @Kasiop
Please try the following
SUMX(
VALUES(Cost[Type]),
cost(jan) + cost(feb)+ ...)
)
If this does not help please provide a piucture of your data model with relevant columns as well as how your current result looks in Power BI.
Best regards
Michael
-----------------------------------------------------
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your thumbs up!
@ me in replies or I'll lose your thread.
-----------------------------------------------------
Hi,
I didnt manage to make your formula works...
All my data are in one column called CL:
And here is the powerbi visual:
Hi,
I believe this should work, based on the table you posted.
SUMX(
'CL',
Jan + Feb + Mar + Apr +...
)
Alternatively, I will advise you to unpivot the month columns and have all Months in a single column and values in another column. That way, SUM(Values) will just work.
htanks, but still not working :
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |