Forum Discussion
Tommyvhod
Helper II
6 years agoIssue with formula
Hi all With a little help here I added a dax formula to my report. It works i a chart. But when I add to a matrix all parts filtered with a group has the same results. I modified the formula with t...
- 6 years ago
Yeah. The issue was the last row
IF (ISBLANK(_count);0;_count)
I changed the 0 to blank() and the problem was solved
Tommyvhod
Helper II
6 years agoYeah. The issue was the last row
IF (ISBLANK(_count);0;_count)
I changed the 0 to blank() and the problem was solved