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
Anonymous
Not applicable

Get date from slicer to new column

I have a date slicer, I need to get the date select from slicer to Column "DateSelected".

 

issue.jpg

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

Hi  @Anonymous ,

 

You need to set “DateSelected” to be a measure like the following codes.

DateSelected =
SELECTEDVALUE ( 'TIME'[Date] )

Here is the result.3-1.PNG

 

Best Regards,

Eads

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

View solution in original post

2 REPLIES 2
v-eachen-msft
Community Support
Community Support

Hi  @Anonymous ,

 

You need to set “DateSelected” to be a measure like the following codes.

DateSelected =
SELECTEDVALUE ( 'TIME'[Date] )

Here is the result.3-1.PNG

 

Best Regards,

Eads

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.
Anonymous
Not applicable

Thank you for solution. 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.