I would like to understand how I can show a measure for one dimension and not for others. Below is a model I have built to replicate an issue I am experiencing. When established, a matters budget is not specified for each charge type. We would like to see the total budget only at the matter name level but leave blank for the charge type row (so as to avoid confusion). With no relationship between budget and charge type the matters budget is repeated.
The [% of budget used TD] will still be needed at both the matter name and charge type level.
Example snip is below and a sample PBIX is attached demonstrating the issue.
(Brian beat me to it.) You can adjust your DAX to check for a single value for [Charge Type], for example using something like this (both ISINSCOPE and HASONEVALUE work):