Forum Discussion
Mariestar
3 years agoFrequent Visitor
Turn a Measure table into a slicer
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!
 
- Anonymous3 years ago
Hi
I think your max [lenght] is 301 so if you want to go to 600 put 600 instead of [lenght]
2 Replies
- AnonymousNot applicable
Hi
I think your max [lenght] is 301 so if you want to go to 600 put 600 instead of [lenght]
- MariestarFrequent Visitor
Thanks!! 🙂