Forum Discussion

sharkrocket's avatar
sharkrocket
New Member
1 year ago
Solved

Clustered Bar Chart - How to visualize both static data and calculated data together?

Hello friends. Thank you for taking the time to help me.   Context: I have data from last year. There are 3 values I'm tracking (Denominator, % Met Progress, and % Complete) - I know the values, an...
  • MohamedFowzan1's avatar
    MohamedFowzan1
    1 year ago
    • Replace your calculated/static table with a pure disconnected “axis”/“selection” table containing only Metric and Year (NO data values).

    Calculated table will not act dynamic so you will only need to have a helper table with the combination of metric and year and not the actual values of 2025. In the suggestion above, I request using the measure defined and calculating 2025 data in real time which will make it dynamic and get reflected changing based on the slicer selection. Make sure to not include the data into the calculated table. Let me know if you need further clarification or provide sample data for further analysis.