Forum Discussion
sccoleman1189
7 years agoHelper I
Adding multiple columns to matrix table
I am using a matrix table to create a table that shows the number of jobs completed by day. I am using two seperate tables to compose this data. My row information is coming from my order table ...
- 7 years ago
You may try to use ISFILTERED function.Here is the similar post for your reference.
Ok on = IF ( ISFILTERED ( Calendar[Date] ), [Measure], [OK on Arrival] )
Regards,
v-cherch-msft
7 years agoMicrosoft Employee
You may try to use ISFILTERED function.Here is the similar post for your reference.
Ok on = IF ( ISFILTERED ( Calendar[Date] ), [Measure], [OK on Arrival] )
Regards,