Forum Discussion

SanketMendhe's avatar
SanketMendhe
New Member
1 month ago
Solved

Dynamic banding in Stacked Column Chart via user input threshold values as comma-separated list

We have a requirement where end-users need to dynamically split/segment a Stacked Column Chart based on custom numeric thresholds provided at runtime. The user wants to enter threshold values as a c...
  • danextian's avatar
    1 month ago

    Hi SanketMendhe 

    Unless you can write back to the sourc (using Translytical Taskflows with a Fabric capacity or a third-party service) users can't simply enter an arbitrary value and expect that value to be used directly in visuals.

     

    Also, measures don't have row context, so they can't be used as a legend. A common workaround is to use a disconnected table that the measures can reference. It is possible, but the logic can get pretty complex.

    x

    The example below demonstrates one way to achieve this.

     

    Please see the attached sample pbix.