Forum Discussion

Asmoday1507's avatar
Asmoday1507
Frequent Visitor
3 years ago
Solved

Numeric range parameter doesn't work properly

Hi I created a new numeric range parameter and dax inside is generateseries(1,10,1), so my table has 10 rows, from 1 to 10: It's okey, but if I want to create a new table (as a visual), then ...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Asmoday1507 ,

    Due to the data type of the field [Parameter] is numeric, it may get the max value of this field. Please check if you apply any aggregation function on this field when you put this field on the visual just as below screenshot. If yes, please choose the option "Don't summarize" to replace it and check if it will return the full data...

    Best Regards