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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Rocky_Brown
Helper I
Helper I

Matrix Display

I have a matrix that compares Month over Month/Year over Year.

 

                   Jan       Feb     March      April     May   June     July    Aug    Sep    Oct    Nov   Dec 

2021           50         50       50           50         50        50        50      50      50      50      50     50

2022           75          75      75           75         75         75       75      75   

 

I would like to display only data from the prior year taht matches the month for the current year.  

 

                   Jan       Feb     March      April     May   June     July    Aug     

2021           50         50       50           50         50        50        50      50      

2022           75          75      75           75         75         75       75      75 

 

Is there a way this can be achieved?

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Rocky_Brown , Create a measure and use in visual

 

if(Month(Max(Date[Date])) > Month(Today()) , blank(), [Measure])

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Rocky_Brown , Create a measure and use in visual

 

if(Month(Max(Date[Date])) > Month(Today()) , blank(), [Measure])

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

I am now having difficulty though with displaying the total for the previous year in my matrix.  Also, the grand total is caluclating the grand total for ALL of 2021 and current 2022.

Example:

             

                   Jan       Feb     March      April     May   June     July    Aug    TOTAL 

2021           50         50       50           50         50        50        50      50      

2022           75          75      75           75         75         75       75      75     600

Grand Total                                                                                               1150  (s/b 1000)

 

Any suggestions?

 

Thank you,

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

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
Top Kudoed Authors