Forum Discussion

AlanP514's avatar
AlanP514
Post Patron
4 years ago
Solved

Fetching one value from calculated column

Hai All, I Am new Dax, Please help me Is Graduating = if ('Demo Log'[Is Active ]="Yes" && 'Demo'[Initiative Type] = "Sprint", "YES","NO") From the above equation denoting To "YES" and "NO"  value...
  • lbendlin's avatar
    lbendlin
    4 years ago

    You would use a filter for that. You can choose visual level, page level, report level filters or you can create a calculated table.