Forum Discussion
Anonymous
7 years agoNot applicable
Distinct Count per Month
Hello Guys, I need some urgent help on a Simple formula on BI. Have per base the INPUT table (Month is text), I need to do obtain a BI MATRIX with the OUTPUT info and format. Could yo...
- 7 years ago
Anonymous
Just place the month in rows of your matrix and a measure like below in values?
Measure=DISTINCTCOUNT(Table1[AO])
AlB
7 years agoCommunity Champion
Anonymous
Just place the month in rows of your matrix and a measure like below in values?
Measure=DISTINCTCOUNT(Table1[AO])