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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
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.

Top Solution Authors