Forum Discussion
burakkaragoz
Super User
2 years agoMatrix Table Undesired Value
Hello, I want to see the value of subgroups as zero in the Total_Doviz_Deger column. But I couldn't find what kind of dax code I need to write. I would be very grateful if you can help. ...
Syndicate_Admin
Administrator
2 years agoyou must identify which level of the matrix you are at at the time of performing the DAX calculation.
To do this, you can use the IsInScope(column) function
You can find details of the feature here: ISINSCOPE Function (DAX) - DAX | Microsoft Learn