Forum Discussion

cwindsor's avatar
cwindsor
Regular Visitor
6 months ago
Solved

User Input for Custom Grouping

Awhile back, I got frustrated with the limited grouping options for histograms, so I created some calculated columns for some default grouping options (see picture).   I am now trying to modify my ...
  • v-dineshya's avatar
    6 months ago

    Hi cwindsor ,

    Thank you for reaching out to the Microsoft Community Forum.

     

    You cannot dynamically create a calculated column in Power BI based on inputs like min, max, increment.

    Calculated columns are computed at data refresh time, while slicers / user inputs work at query time.  By using  measure + disconnected parameter table you can get the desired result.

     

    I hope this information helps. Please do let us know if you have any further queries.

     

    Regards,

    Dinesh