Forum Discussion

povversas's avatar
povversas
New Member
8 years ago
Solved

Interactions between Column Chart and Table

Hello,   Report description: I have Rooms data, columns: [Room],[Status],[Status Start];[Status End]; I have Date table which has NO Relationship to Rooms Table.   There is a measure to c...
  • povversas's avatar
    povversas
    8 years ago

    v-sihou-msft

    Thank you for the guidance, your comment about Visual level filter helped.

    However measure was not correct. This part in IfAvailable measure:

    CALCULATE(MAX ( Table2[Status Start] ))

    takes MAX of [Status Start], but in those cases then selected day has more than one room available MAX is wrong function to use.

     

    I found simplier solution to this. In table create Visual level filter of the main measure and set it to "is not blank":

    Solution

    Working