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.
Hello,
My number value slicer isn't working 😕
I created 2 slicers for a table that has the number values (lenght and weight), I made a new table to add it to the slicer :
Filter = Generateseries(0, [lenght])
But the maximum value that I get is 301 and the lenght values that I have go up to 600 so I dont understand how to fix it. Any ideas?
Thanks!
Solved! Go to Solution.
Hi
I think your max [lenght] is 301 so if you want to go to 600 put 600 instead of [lenght]
Hi
I think your max [lenght] is 301 so if you want to go to 600 put 600 instead of [lenght]
Thanks!! 🙂