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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

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
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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

Top Solution Authors