Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I have a range slicer talking about probability and the values is between 0~100 but I need set steps 5 by 5 on range, how can I do this?
Something like: 0, 5, 10, 15, 20, 25... in other words, multiple of 5, in other words (again), I need something like <input type="range" steps="5"> from HTML.
The PowerBI creates an interval range from min and max values, but it's wrong for me.
PowerBI: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10...
I need: 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50...