Forum Discussion
nish18_1990
1 year agoHelper III
Parameter with Numeric range
Hi,
I created a parameter as Numeric range with the increment of 2 . But i want values in parameter as 3,5,10 and it should not be on increment of 2. Is there any workaround for it to show 3,5,10 values only for dropdown.
The parameter i created is :
Top N RES Parameter = GENERATESERIES(3, 10, 2)
Thanks
2 Replies
- FBergamaschiSuper User
Hi, you can create a table with this DAX code
Table select = {3,5,10}If this helped, please consider giving kudos and mark as a solution
me in replies or I'll lose your thread
consider voting this Power BI ideaFrancesco Bergamaschi
MBA, M.Eng, M.Econ, Professor of BI
- bhanu_gautamSuper User