cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Dharm
Frequent Visitor

Multiple Date Columns, single date slicer.

Hi all,

 

Is it possible to choose a date column based on a column name slicer and then that date column be used by a single date slicer.  For example I have a properties table that has a Build_Date column and a Disposal_Date column.  I want the end user to be able to choose Build_Date from the selection list (single selection only) and then have the Date Slicer use the Build_Date column's content to allow filtering by that column.  Similarly be able to choose Disposal_Date from the selection list and the date slicer use the disposal date column to allow filtering.  So far I've created a dissociated table for the selection list but am having trouble associating that with the main dataset.  An idea was to have a calculated column that would return the date of the column selected from the selection list and then base the date slicer on that column, however I have not been able to get that to work.

 

 

1 ACCEPTED SOLUTION
v-binbinyu-msft
Community Support
Community Support

Hi @Dharm ,

Please try below steps.

1. my test table

Table:

vbinbinyumsft_0-1660810658855.png

2. add a fields parameters and add a slicer

vbinbinyumsft_1-1660810711196.png

3.add a table visual and add two date slicer for "Build_Date" and"Disposal_Date"

Animation1.gif

 Please refer attached .pbix file

 

Best regards,
Community Support Team_ Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-binbinyu-msft
Community Support
Community Support

Hi @Dharm ,

Please try below steps.

1. my test table

Table:

vbinbinyumsft_0-1660810658855.png

2. add a fields parameters and add a slicer

vbinbinyumsft_1-1660810711196.png

3.add a table visual and add two date slicer for "Build_Date" and"Disposal_Date"

Animation1.gif

 Please refer attached .pbix file

 

Best regards,
Community Support Team_ Binbin Yu
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

@Dharm , You can use single date slicer when both dates need same date range/period to filter

You can join both of them with same date table and one join will be inactive. that you can activate using userelationship

 

calculate( SUM(Table[Amount]),USERELATIONSHIP ('Table'[Build_Date], 'Date'[Date]))

 

calculate( SUM(Table[Amount]),USERELATIONSHIP ('Table'[Disposal_Date], 'Date'[Date]))

 

if they need different periods you need two date tables or use the date itself in the slicer

 

refer

https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...

https://radacad.com/userelationship-or-role-playing-dimension-dealing-with-inactive-relationships-in...

 

Thanks for this Amit, it's definitely in the right direction.  However one requirement I have is to list the properties that are being filtered.  For example if the column selection in Build_Date and the date slicer is set to 1st Jan 2021 to 30th Jun 2022 then list all the properties built during that period.  Similarly if disposal date is selected and the date slicer is set to the same period then list the properties disposed off in the period.  The solution will work for a count but I need the list to be show.

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors