Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All,
Need a little assistance with what I presume will require a DAX query.
I currently have a column named 'Charging State' with different values of battery levels ranging from 0% to 40%.
However, I would like to create a visualization that helps with grouping the data in the column into ranges in this format 0 - 10%. 11 - 20%, 21 - 30%, and 31 - 40%.
When I started writing this post I had in my mind that I would have to query a new column to assign those values in the relevant rows... I decided to create a New Measure with these DAX query, but can't still get anything meaningful from it:
Therefore my question is...how possible can I create a Group range slicer/selector to simplfy my large chunk of data values?
Thanks all
Solved! Go to Solution.
Hi, @Anonymous
This seems similar to the case of age grouping, you can refer to my response in the following thread.
Dynamic Grouping of Data in Visual Columns using Age(Values on X Axis) Slicer
If this doesn't cover your case, please consdier sharing more details about it and posting expected result so it is clear on what needs to be implemented? And It would be great if there is a sample file without any sesentive information here. It makes it easier to give you a solution.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Share some data to work with.
Hi, @Anonymous
This seems similar to the case of age grouping, you can refer to my response in the following thread.
Dynamic Grouping of Data in Visual Columns using Age(Values on X Axis) Slicer
If this doesn't cover your case, please consdier sharing more details about it and posting expected result so it is clear on what needs to be implemented? And It would be great if there is a sample file without any sesentive information here. It makes it easier to give you a solution.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.