Forum Discussion
gbraga
3 years agoNew Member
Get id from Slicer Name
I have a dimensional table that has names and project ids. I would like to use a slicer as a filter for a query that only has project_id so I need to get the id selected in the slicer, but the slice...
Mahesh0016
3 years agoSuper User
gbraga I hope it helps you. Thank You!!
Create Measure using SELECTEDVALUE and plot in the card.
NOTE : when you select Project id from slicer you get that id in card other wise card display blank.
ID = SELECTEDVALUE('Table'[Project ID])