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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Gigi4691
Frequent Visitor

Part2 - Sum categories on rows and by months on columns into a Visual table

Hi,

Please read my 1st email on 08-01-2024 08:20 AM, subject 'Sum categories on rows and by months on columns into a Visual table'.

I tried your solution but the Totals are wrong. Can we use 'Don't Summarize' into a Measure?  

 

Here is my result with your solution but the Totals are wrong:                                     and there is no 'Don't summarize' 

'Services final' is my category.

Gigi4691_4-1724885432498.png   Gigi4691_1-1724884967497.png

Example for January, with the good values, using 'Don't summarize':

Gigi4691_5-1724885582108.png       Gigi4691_3-1724885335887.png

 

As I explained into my 1st email, we cannot use a 'Matrix'. The person who will use the report, needs to extract it in Excel, but with a Matrix, it is not the same visual.

Thank you so much in advance !

 

 

1 ACCEPTED SOLUTION
Gigi4691
Frequent Visitor

I  added the year in my formula but it did not solve the problem. I removed duplicates 'Project ' number into my 2nd table and it is now fixed.  Thank you for your help! 

View solution in original post

2 REPLIES 2
Gigi4691
Frequent Visitor

I  added the year in my formula but it did not solve the problem. I removed duplicates 'Project ' number into my 2nd table and it is now fixed.  Thank you for your help! 

Anonymous
Not applicable

Hi @Gigi4691 

Based on your picture,do you add the current year as 2024 to your formula, for example

Measure =
CALCULATE (
    SUM ( table[sales] ),
    YEAR ( table[date] ) = 2024,
    MONTH ( table[date] ) = 1
)

If this method still doesn't solve your problem, can you provide some sample data, because you can't provide an accurate scenario based on your pictures alone.

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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