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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
PavaniD
Helper I
Helper I

PowerBI : Auto populate selected date from slicer to name card

Hello,

 

"From Date" and "To Date "selected in particular slicers should be displayed on the name cards. Can anyone suggest me on this?

 

Thanks in advance

Pavani.

1 ACCEPTED SOLUTION
pratyashasamal
Memorable Member
Memorable Member

Hi @PavaniD ,
You can use SelectedValue function .

Selected_Date = 
SELECTEDVALUE(Date_Table[Date])

 

I would also recommend you turn off "Auto time/Date" in the file's options under "Data Load" (since have created a date table with columns), and mark the Date table as such in the ribbon. (but save a backup file in case you need to redo measures)
Thanks,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

1 REPLY 1
pratyashasamal
Memorable Member
Memorable Member

Hi @PavaniD ,
You can use SelectedValue function .

Selected_Date = 
SELECTEDVALUE(Date_Table[Date])

 

I would also recommend you turn off "Auto time/Date" in the file's options under "Data Load" (since have created a date table with columns), and mark the Date table as such in the ribbon. (but save a backup file in case you need to redo measures)
Thanks,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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