Forum Discussion
MickeLearnPBI
Helper I
2 years agoIgnore Slicer when using COUNTA
Hi! I have created a report that is counting ongoing exections. DAX expression that I use is this below, that counts the rows with a value of true, others are empty. Ongoing = COUNTA(Executio...
- 2 years ago
MickeLearnPBI Try:
Ongoing = COUNTAX(ALL('Executions'), [Ongoing]) +0
Greg_Deckler
Community Champion
2 years agoMickeLearnPBI Try:
Ongoing = COUNTAX(ALL('Executions'), [Ongoing]) +0