Forum Discussion
Remove Measure at Drill Down level?
- 9 years ago
Hi J_R_Cribb,
Based on my test, you should be able to use the formula below to create a new measure to calculate Budget for Customer and Product accordingly, and show the measure instead of the Budget column on the Matrix in your scenario.
Measure for Budget = IF ( HASONEVALUE ( 'Product'[Product] ), 0, SUM ( Budget[Budget] ) )
Here is the modified pbix file for your reference. :smileyhappy:
Regards
Hi J_R_Cribb,
Forecast Revenue & Revenue are held in different tables.
Where are the Forecast Revenue and Revenue column? I haven't seen them in your sample data.
Could you share a sample pbix file(with just some mock data) which can reproduce the issue, so that we can better assist on it? You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading. :smileyhappy:
Regards
Hi v-ljerr-msft
Please see below link to simple report.
https://1drv.ms/u/s!At3Y510MQDVqgjR9IUXahSceAsrV
Thank you
- v-ljerr-msft9 years agoMicrosoft Employee
Hi J_R_Cribb,
Based on my test, you should be able to use the formula below to create a new measure to calculate Budget for Customer and Product accordingly, and show the measure instead of the Budget column on the Matrix in your scenario.
Measure for Budget = IF ( HASONEVALUE ( 'Product'[Product] ), 0, SUM ( Budget[Budget] ) )
Here is the modified pbix file for your reference. :smileyhappy:
Regards
- J_R_Cribb9 years agoHelper I
Brilliant! Thank you v-ljerr-msft !!