Forum Discussion

Oana's avatar
Oana
Advocate I
5 years ago
Solved

Help with DAX

I am just starting to learn DAX and need help to calculate On Time Delivery %  excluding a specific category: in Time Peformance I want to exclude "Missing LRD". The table shows: projects listed by ...
  • selimovd's avatar
    5 years ago

    Hey Oana ,

     

    try with Calculate:

    Project without Missing LRD = CALCULATE( COUNTROWS( myTable ), myTable[Performance] <> "Missing LRD" )

     

    If you need any help please let me know.
    If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍

    Best regards
    Denis

    Blog: WhatTheFact.bi