Forum Discussion
TSoren23
2 years agoRegular Visitor
Using a slicer value in a column calculation
Newer to Power BI, I am develping a report that will return distance people will need travel to a job site. I have a zipcode database that returns the Longitude and latitude for each zipcode for th...
Anonymous
2 years agoNot applicable
TSoren23 Have you tried using the SELECTEDVALUE function in your measure? Maybe you could store the slicer's selected value in a variable in your measure and use it.
https://learn.microsoft.com/en-us/dax/selectedvalue-function