Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hey, there I am looking to create a sing slicer that will slice two different date columns. I have data on jobs that come in which have a created date and a resolved date which are the main dates of interest. The resolved date is only populated when the task gets resolved.
I have created a dashboard that has multiple different graphs that each use the resolved or created date separately and would like to be able to select a single date e.g. the Month of January 2020 and filter the page to show this data.
Solved! Go to Solution.
@Anonymous , you need to join the tables with same date table. One join will be inactive. You can use userelation to activate the join.
refer to my blog on similar topic : https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970
@Anonymous , you need to join the tables with same date table. One join will be inactive. You can use userelation to activate the join.
refer to my blog on similar topic : https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970
Hi thanks for the quick reply. I tried that and it messes up the dashboard.
I created a date table using the following code
However it messes with the dashboard and breaks a lot of it. Is there any other alternatives or ways around this? It breaks the dashboard even when they are both inactive.
Hi , @Anonymous
Once you create an inactive relationship, it means that when you want to use the inactive relationship to filter any field in the visualization, you need to create a new measure to replace it (see measue "End date2" in pbix file) .
Here is a sample file.
Best Regards,
Community Support Team _ Eason