Forum Discussion

Muhlig's avatar
Muhlig
Regular Visitor
3 years ago
Solved

Count rows with no value

I have a data set which shows on time or late delivery I have added a coloumn which has 2 values "on-time" and "late" i have used the grouping function to see the amount of orders which follow each...
  • BA_Pete's avatar
    3 years ago

    Hi Muhlig ,

     

    Have you tried adding ' +0 ' to the end of your percentage measure?

    E.g:

    _sales0 = SUM(table[Sales]) +0

     

    Pete