Forum Discussion
Anonymous
6 years agoNot applicable
Make a Card Visual Start as blank
I am creating a lookup page report for our users. It will allow a user to type in a zip code and then show all of the correlating data points. I am using card visuals to display each data point for c...
- 6 years ago
Anonymous , Try isfiltered
if(isfiltered(Table[zip code]),max(Table[Zip Code]),blank())
https://powerpivotpro.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/
Pragati11
Super User
6 years agoHi Anonymous ,
Can you share some sample data or how you are trying to write the measure for other text fields? I still don't understand the problem complete.
Thanks,
Pragati
Anonymous
6 years agoNot applicable