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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Need help with Dynamic Grouping
Consider that there are different categories –
I have a checkbox where one can select the categories. –
If user selects Extra small and small, rest categories should be grouped to other.
Can someone help me to write DAX for dynamic grouping?
Thank you in advance.
Solved! Go to Solution.
@Anonymous , If it based on another column, you can create a new column, using Switch
https://www.daxpatterns.com/static-segmentation/
If you need on the measure you need to binning or segmentation
refer video: https://youtu.be/CuczXPj0N-k
https://www.daxpatterns.com/dynamic-segmentation/
https://radacad.com/grouping-and-binning-step-towards-better-data-visualization
Hi, @Anonymous
Please check the below picture and the sample pbix file's link down below, whether it is what you are looking for.
all measures are in the sample pbix file.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: https://www.linkedin.com/in/jihwankim1975/
Hi, @Anonymous
Please check the below picture and the sample pbix file's link down below, whether it is what you are looking for.
all measures are in the sample pbix file.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: https://www.linkedin.com/in/jihwankim1975/
@Anonymous , If it based on another column, you can create a new column, using Switch
https://www.daxpatterns.com/static-segmentation/
If you need on the measure you need to binning or segmentation
refer video: https://youtu.be/CuczXPj0N-k
https://www.daxpatterns.com/dynamic-segmentation/
https://radacad.com/grouping-and-binning-step-towards-better-data-visualization