Forum Discussion
Anonymous
7 years agoNot applicable
dynamically filter report based on measure
Hi,
Im looking for a way to dynamiclly filter my report based on a measure . the measure is calculated on the fly, according to user's selection and I want to filter a table to present just records in which the value of a specific column equals the measure.
Thanks
Aviv
3 Replies
- AnonymousNot applicable
Hi,
You can make a 'What If Parameter' in Modelling>What If>New Parameter. This creates a generated series and a slicer which updates according to user-input that you can use to filter
Thanks
- AnonymousNot applicableHi,
Is that possible when using connectlive mode?- AnonymousNot applicable
Don't think it's possible in direct query mode as this method generates a table.
What you could do is create the value range column in the backend (SQL table with range of values) and connect to it?