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
alyce
New Member

dateadd measures created, now want to use those measures in calc

I have created two measures:

 

Total Members Current = CALCULATE([Total Members],DATEADD(DIM_DATE_ACCRUALS_All[DateDescription],-0,month))

Total Members Previous 1 = CALCULATE([Total Members],DATEADD(DIM_DATE_ACCRUALS_All[DateDescription],-1,month))

 

Issue 1: When I select these measures in a report, they still require a visual level filter to determine the period. Fair enough...so I have added a time calculated column and selected "current" or "previous month", it works (but I can also just select [Total Members] with the time calculated column and get the same result)

 

Issue 2: More important than issue 1: I want a field on my report that reflects the difference between this month and last month. I have created a measure:

Member Shift = [Total Members Current] - [Total Members Previous 1]

When I pull this into my report, it shows 0 (the answer should be 477)

If I add the time calculated column and select "current" it reflects ALL members in the current month, if I select "previous month" it reflects ALL members in the previous month - I need the variance or difference between these months.... 

0 REPLIES 0

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.