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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
rajanimaddala
Helper II
Helper II

Show only future months in Matrix visual

Hi,

I am struggling to filter my table visual.

I have a sliver(FY) and a measure.
Measure is to calculate Sales created last 12 months from today.
Sales Qty Last 12 Months =
var StartDate = DATE(YEAR(TODAY())-1, MONTH(TODAY()), day(TODAY()))
RETURN CALCULATE(COUNT(PipelineForecasting[DB_Key]), FILTER(ALL(PipelineForecasting), PipelineForecasting[Transaction Date] >= StartDate && PipelineForecasting[Transaction Date] <= TODAY() && PipelineForecasting[Source] = "OPPS CREATED" && PipelineForecasting[Product Group] IN VALUES(PipelineForecasting[Product Group]) && PipelineForecasting[Sales Person] IN VALUES(PipelineForecasting[Sales Person])))

And another measure Sales Revenue Current MOnth = SUMX(FILTER(PipelineForecasting, [Source] = "WON OPPS"), [Value_NET])

I have pulled this into Matrix visual. Month_Name in Columns

[Transaction Date] is directly related to Date column in Calendar. Month Name in columns is pulled from Calendar table

Our organization FY starts from Aug to Jul

I need to show only future months in the matrix visual. How can I do this?

Thanks in advance

3 REPLIES 3
v-diye-msft
Community Support
Community Support

Hi @rajanimaddala 

 

you might consider creating pbix file that will contain some sample data (remove the confidential info), upload the pbix to onedrive or dropbox and share the link to the file. Please do not forget to describe the expected results based on this sample data.

 

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.
amitchandak
Super User
Super User

As long as your calendar has month and your measure has data, It will display. Can you explain a bit more

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Hi amitchandak,

 

  Thabks for the reply. As I said I just want to show only future months.

Currently showing all the months from Aug to Jul as our FY starts from Aug to Jul

 

Regards

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.