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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I'm trying to make slicers allowing the user to choose segmentations of purchases. For example I have 3 categories.
I would like that the user can dynamically choose category 1 goes from 0 to 10, category 2 from 11 to 20 and category 3 from 21 to Max value....
I tried to make :
- category 1 = Generateseries( 0 , max(Purchases[Value]) , 1 )
- category 2 = Generateseries( max(category 1[Value]) , max() , 1 )
...
but unfortunately it doesn't work. The category 2 doesn't move dynamically when I slice the category 1.
Thanks for your help.
Solved! Go to Solution.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.