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
I want to group by value range in power bi. Can you help me. Thank you
just T
Solved! Go to Solution.
HI @DRNEWTR,
Perhaps you can take look at the following blog about Dax segmentation if it help with your scenario:
Dynamic segmentation – DAX Patterns
Regards,
Xiaoxin Sheng
HI @DRNEWTR,
Perhaps you can take look at the following blog about Dax segmentation if it help with your scenario:
Dynamic segmentation – DAX Patterns
Regards,
Xiaoxin Sheng
hi @DRNEWTR
1 )you can do it with just some click
https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-grouping-and-binning
2) you also add a column to have more flexibility with SWITCH function, check this