Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

Visual Interactions not working properly

Good day, I am very new to Power BI and am currently working with my first report. I have setup 3 particular charts, one column and two line charts with filter interaction enabled. All three are setu...
  • v-jiascu-msft's avatar
    v-jiascu-msft
    9 years ago

    Hi Anonymous,

     

    You can try to apply the visual level filters in a measure. Then you can interact the visuals freely. Here is the file: https://1drv.ms/u/s!ArTqPk2pu-BkgQ1cYT_K_W_lUKBg

    Measure KWH Sold =
    CALCULATE (
        SUM ( 'Dashboard Data'[Value] ),
        'Dashboard Data'[Attribute] = "KWH Sold"
    )
    Measure Boiler Capacity =
    CALCULATE (
        SUM ( 'Dashboard Data'[Value] ),
        'Dashboard Data'[Attribute] = "Boiler Capacity"
    )

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    Best Regards!

    Dale