Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have this Age count:
Is there a way of doing custom Ranges in the visual itself (wihtout DAX) ?
Solved! Go to Solution.
HI @Anonymous,
You can take a look at the following blog about dynamic segmentations if it help with your scenario:
Dynamic segmentation – DAX Patterns
Regards,
Xiaoxin Sheng
HI @Anonymous,
You can take a look at the following blog about dynamic segmentations if it help with your scenario:
Dynamic segmentation – DAX Patterns
Regards,
Xiaoxin Sheng
You can either use Groups https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-grouping-and-binning or create a custom column
Age group = if(age >= 0 && age < 10 , " < 10,
if(age >= 10 && < 20, " 10+", .....
Hello @Anonymous ,
yes, check this video https://youtu.be/PjHgi7X3_Bw
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
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 |
---|---|
58 | |
56 | |
56 | |
38 | |
29 |
User | Count |
---|---|
75 | |
62 | |
45 | |
40 | |
39 |