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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
m4xon
Helper III
Helper III

Matrix to present a specific time period

Hello,

 

Using matrix I built the following visualisation.
Header two data fileds from Calendar Table (Year Quarter Name and Month Short Name)

m4xon_0-1697202266413.png

Based on that I would like to mark the final date of the process, so I used following measure:

IF ( MIN ( dimSource[Final Date] ), 1 , 0 )

but the problem is that the Calendar Table is build from YEAR ( MIN ( dimSource[Final Date] ) ) to YEAR ( MAX( dimSource[Final Date] ) ), so at above visual I have everything from Q2 2023, but I would like to see only the values related to currently being used filter context. I think that I should somehow modify above measure IF ( MIN ( dimSource[Final Date] ), 1 , 0 ) and replace this 0 with some additional condition, but I dont know how.
I determined the timeframe that should be on the graph based on the 

CALCULATE ( MIN( dimSource[Final Date] ), ALLEXCEPT( dimSource, dimSource[Button Label] ) )
CALCULATE ( MAX ( dimSource[Final Date] ), ALLEXCEPT( dimSource, dimSource[Button Label] ) )

and would like to see all of the Q and Months between these two dates.

 

Thank you in advance,

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue.
If you are unsure how to do that please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.

If you want to get answers faster please refer to https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue.
If you are unsure how to do that please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.

If you want to get answers faster please refer to https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.