Forum Discussion

AshPower's avatar
AshPower
Frequent Visitor
9 years ago

Display chart with multiple columns and date value

In a table I have following columns DEVICE, TEST NAME, TEST RESULT and DATE.

I want to visualize these values in a graph where all four can be viewed and user can change what to see.

For now I have 3 slicers for Device, Test name and Date & bar chart with Device and test name in axis and test value in value.

Question: Is there a way I can allow user to view multiple dates in the same chart, since now if I do that (select multiple dates), chart aggregate the test value for all the dates instead of displaying individual date. Is there any other chart I should be using?

 

 

1 Reply

  • v-sihou-msft's avatar
    v-sihou-msft
    Microsoft Employee

    AshPower

     

    When selecting multiple entries in slicer, it supposes to slice the data in chart properly.

     

     

     

    Your issue should be related to data instead of visual choosing. Please verify the fields you put in Value box to see if it contains keyword like ALLEXCEPT() to ignore the Date filter in expression.

     

    Regards,