Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have a table of values in my source that shows properties, including data such as property name, locaiton, square foot, etc.
I want to create a filter on my dashboard that links to the 'square foot' column, but instead of showing a numeric slicer where you can drag the controls I want a drop-down that shows the following ranges:
Is this possible to do? Any help would be much appreciated.
Thanks
Solved! Go to Solution.
Hi @shaunmag
Followed the articles shared by amitchandak,
Create a table
Create a measure
Measure = CALCULATE(SUM('Table'[value]),FILTER('Table','Table'[value]>=SELECTEDVALUE(range[min])&&'Table'[value]<=SELECTEDVALUE(range[max])))
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @shaunmag
Followed the articles shared by amitchandak,
Create a table
Create a measure
Measure = CALCULATE(SUM('Table'[value]),FILTER('Table','Table'[value]>=SELECTEDVALUE(range[min])&&'Table'[value]<=SELECTEDVALUE(range[max])))
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@shaunmag , refer if these can help
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
83 | |
75 | |
64 | |
39 | |
34 |
User | Count |
---|---|
107 | |
56 | |
52 | |
48 | |
40 |