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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
MicheleGenerali
Frequent Visitor

calculate previous month values return a negative column for last month

Hi all 
I'm usin an external calendar table to make to make a MoM comparison with the previous year. Now i'm trying to calculate the variance based on prevoius month for the current year, but when i do a measure it adds a last column with the negative total value of my previous month

MicheleGenerali_0-1690797721844.png

This is my Dax expression : 
Measure =

    VAR __PREV_MONTH =
        CALCULATE(
            SUM('SBU_Prodotto'[Incassi Danni AC]),
            DATEADD('DATE'[Date].[Date], -1, MONTH)
        )
    RETURN
            SUM('SBU_Prodotto'[Incassi Danni AC]) - __PREV_MONTH

How can i have a function for having only the "green columns" ? 
0 REPLIES 0

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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