Forum Discussion
Anonymous
4 years agoNot applicable
Smartsheet Multi-Select > PowerBI Desktop
Hi - I am looking for some help calculating the number of times each of my departments is tagged in an audit findings. We are managing our audits in Smartsheet which has a multi-select dropdown...
- 4 years ago
Hi, Anonymous
Please try formula like:
RESULT = CALCULATE ( COUNTROWS ( Table1 ), CONTAINSSTRING ( Table1[Department], MAX ( Table2[Department Name] ) ) )Best Regards,
Community Support Team _ Eason
v-easonf-msft
4 years agoCommunity Support
Hi, Anonymous
Please try formula like:
RESULT =
CALCULATE (
COUNTROWS ( Table1 ),
CONTAINSSTRING ( Table1[Department], MAX ( Table2[Department Name] ) )
)
Best Regards,
Community Support Team _ Eason