-- 我的 DAX 公式无法计算特定“类别”行中 Column2 字符串中“,”(逗号)的出现次数。--
公式 = CALCULATE( COUNTAX( FILTER ('Query1', 'Query1'[Col1] = "类别", 'Query1'[Col2] = ",") ) )
- 有什么建议么?--
string count dax find-occurrences powerbi
count ×1
dax ×1
find-occurrences ×1
powerbi ×1
string ×1