Forum Discussion
Anonymous
7 years agoNot applicable
DAX SAMPLE: how to refresh?
Hi folks, looking for some help on getting a random sample to refresh. Client wants a visual that displays a random comment from customer feedback and associated data. Goal: - small sample ...
Anonymous
7 years agoNot applicable
Thanks for the reply! I built a measure with RANDBETWEEN off the index of the comment. I'm trying to use the Card Browser visual which isn't letting me use the measure as a data field for the ID?
Anyway to force refresh a sample in the table formula?
Thank you!
Greg_Deckler
Community Champion
7 years agoHmm, not familiar with the Card Browser visual. I don't think that the standard Card visual has that limitation. Tables only refresh at load/refresh time while measures are calculated "on the fly" so I don't see a way to do it without using a measure.