Forum Discussion

jameslat's avatar
jameslat
New Member
1 year ago
Solved

How to have Changing Values in a Matrix Table

Hi, Would appreciate if someone could jump in and make a test file for me because i cannot seem to find a solution anywhere regarding having a matrix table with a changing "values" section:   I ha...
  • Jihwan_Kim's avatar
    1 year ago

    Hi,

    I am not sure if I understood your question correctly, but I tried to create a sample pbix file like below.

    Please check the below picture and the attached pbix file.

     

     

     

     

     

    top 5 sales: = 
    SWITCH (
        TRUE (),
        ISCROSSFILTERED ( customer[Customer] ), SUM ( top_5_customers[Vol (L)] ),
        SUM ( sales[Vol (L)] )
    )