Forum Discussion

KS7's avatar
KS7
Regular Visitor
10 months ago
Solved

Need Help with Dynamic Axis Title and Tooltip in Deneb (Power BI)

Hi everyone, I’m currently working on a custom visualization in Deneb (Power BI) where I’ve implemented: Primary and Secondary Y-axes Dynamic color bands Dynamic Secondary Y-axis using a Fi...
  • lbendlin's avatar
    10 months ago
    the Secondary Y-axis values change dynamically based on the parameter selection.

    How did you get that to work? Usually the Deneb visual uses the materialized version of the parameter.

     

    You will also need to force that parameter to a single select slicer unless you want to deal with the list management.

     

    Can you show me how to modify this PoC to have a dynamic parameter?

     

    EDIT:  Forgot about the "extra measure" trick. Provide Field Parameter Support · Issue #238 · deneb-viz/deneb

     

    So - create two measures - one that gets the parameter value and one that gets the parameter title. Then use the second one for your dynamic axis.