Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
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
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?