Forum Discussion

Tommyvhod's avatar
Tommyvhod
Icon for Helper II rankHelper II
6 years ago
Solved

Issue 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...
  • Tommyvhod's avatar
    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