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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
i_zharyi
New Member

PREVIOUSMONTH in SUMMARIZECOLUMNS

Hi!

 

i have measure for table 'sellout' [sellout_previuos_m] = 

ROUND(CALCULATE('sellout'[amount];ALL('calendar'[Month]);(PREVIOUSMONTH('calendar'[Date])));2)

in pivot table ir works fine.

 

and i want calculate table

SUMMARIZECOLUMNS(
        sellout[Branch],   sellout[Month],
        "p", [plan],
        "f", [forecast],
        "s0", [sellout_this_m],
        "s-1", [sellout_previuos_m ]
        )

but last column "s-1" calculated as BLANK()

 

what am i doing wrong?

1 ACCEPTED SOLUTION
johnt75
Super User
Super User

Remove the ALL('calendar'[Month])

View solution in original post

1 REPLY 1
johnt75
Super User
Super User

Remove the ALL('calendar'[Month])

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Kudoed Authors