Forum Discussion
Implement data masking within matrix visual using DAX expressions
- 1 year ago
Hi, all!
Thanks to all of you for providing solutions!
It turned out that there were some rows in the Azure SQL database table that contained null values for the age_group field, which messed up with the calculations. Therefore, I used bhanu_gautam's suggestion and then added the condition `NOT ISBLANK('gold fact_member_count_monthly_sylwester'[age_group])` within the FILTER function to exclude such rows from being accounted in the calculations, then it worked like a charm.
Once again, thank you for helping me out with this one!
Hi, all!
Thanks to all of you for providing solutions!
It turned out that there were some rows in the Azure SQL database table that contained null values for the age_group field, which messed up with the calculations. Therefore, I used bhanu_gautam's suggestion and then added the condition `NOT ISBLANK('gold fact_member_count_monthly_sylwester'[age_group])` within the FILTER function to exclude such rows from being accounted in the calculations, then it worked like a charm.
Once again, thank you for helping me out with this one!