Forum Discussion
AlanP514
4 years agoPost Patron
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...
- 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.