Forum Discussion
Anonymous
8 years agoNot applicable
Calculation for one single level
Hi everyone I have for tables: Invoice: Product + Qty Product: Product + Product Group Product Group: Product Group Budget: Product Group + Budget Summarizing: Sales by Products and Budge...
- 8 years ago
Hi Ana,
Try this measure:
Total Budget Final = IF( NOT (ISFILTERED ('Product'[Product]) ) , [Total Budget] ,BLANK() )
Datatouille
8 years agoSolution Sage
Hi Ana,
Try this measure:
Total Budget Final = IF( NOT (ISFILTERED ('Product'[Product]) ) , [Total Budget] ,BLANK() )
Anonymous
8 years agoNot applicable
Thanks, Tristan !!
It works ok, :smileyhappy:
Best regards