Forum Discussion
burakkaragoz
2 years agoSuper User
Matrix 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
2 years agoAdministrator
you 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