Forum Discussion
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)
Based on that I would like to mark the final date of the process, so I used following measure:
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
and would like to see all of the Q and Months between these two dates.
Thank you in advance,
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-Forum/ba-p/963216
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/1447523
1 Reply
- lbendlin
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-Forum/ba-p/963216
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/1447523