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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Bharathi_99
Helper IV
Helper IV

To show Published date for selected date in date slicer in PBI

Hi all,

I have 'date' slicer , for that slicer I have used column 'date' from content table

I have a table chart which includes 'title' and 'published date', i want to show title which have published dates for the selected month in date slicer

For example if i select june month in  date slicer between 6/1/2023 to 6/30/2023 , it must show titles which have published dates in june month between dates 6/1/2023 to 6/30/2023

please help

Thanks in advance

1 REPLY 1
amitchandak
Super User
Super User

@Bharathi_99 , Create a measure like

 

Dates sel = minx(allselected(Date), date[Date]) & "  " & maxx(allselected(Date), date[Date]) 

 

or

 

Dates sel = format(minx(allselected(Date), date[Date]),"mm/dd/yyyy") & "  " & format(maxx(allselected(Date), date[Date]) ,"mm/dd/yyyy")

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.