Forum Discussion
jameslat
1 year agoNew Member
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...
- 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)] ) )
Jihwan_Kim
1 year agoSuper User
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)] )
)