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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Piratheban123
New Member

Issue with cell values showing no value, but subtotal are correct for “last 12 month” measure

Hi there!

So I have this issues with a matrix in my Power BI report, where if I use a date filter/slicer for my 12 month measures, it won’t show the proper row value for the given date.

 

So to clarify if I have values for a row named “spendings” on every month except March 2020, and I chose March as my start month based on a filter, the row will be empty, but the subtotal/total for the category will be correct. If I chose April 2020, it will properly show the value for the last 12 month period.

 

Any suggestions on how to fix this?
I have looked at the relationship between my tables, and they all seem to be fine.

 

My measure is the following:

12 month measure =
Calculate(
Sum(“table name” [column name]),
DATESINPERIOD(“date table name”[date], MAX (‘date table name’[date]),-12, MONTH))

 

My "date" column is in the format of yyyy-mm, and I use this as my slicer for the matrix

 

Best regards,

PIratheban

1 REPLY 1
Pragati11
Super User
Super User

Hi @Piratheban123 ,

 

You will need to add more details screenshots here.

Refer following blog to see how can provide more information on your query:

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors