Forum Discussion

TSoren23's avatar
TSoren23
Regular Visitor
2 years ago

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 the workers. I have a slicer I can enter the site zipcode and will return the Longitue and Latitude for that site. The math is not the problem to calculate the didstance, I am having trouble using the returned Long and Lat of the site from the slicer to use in the calculation in the distance column for the table. Example" 

Part of the distance calc

COS(RADIANS(longitude site-longitude worker))

I get the "Long worker" value but I can not get the "Long site" value from the slicer to use in the calculated column for the results.