Forum Discussion
rwendeln
4 years agoNew Member
How to return a ZIP Code from a Power BI report/dashboard back to a table
I am trying to create a way that a user can enter a ZIP code on a Power BI report/dashboard such that the ZIP code the user enters will filter to a table that calculates distance from it. I tri...
timg
Solution Sage
4 years agoHi rwendeln,
yes if you have a table with the zipcodes available (or can create one) you could use a slicer to filter this table to a specific selection. With a dax function (like the SELECTEDVALUE() function) you could then use that specific selected zipcode in a measure where you establish the distance.
Would that be an option for you?
Regards,
Tim