Forum Discussion
abc_777
Solution Specialist
4 years agoTotal cell hide
Hi I want to show the value for Total for actual Quantity measue - 17.50 KG but want to hide Total for total Sales Measure - 31,806.25
- 4 years ago
abc_777 ,
You can use the HASONEVALUE function as below,
SkipTotal = IF(HASONEVALUE('Date Dim'[Month_Year]),'Measure Table'[Lasgt_6_months_Sales],blank())
Aburar_123
Solution Supplier
4 years agoabc_777 ,
You can use the HASONEVALUE function as below,
SkipTotal = IF(HASONEVALUE('Date Dim'[Month_Year]),'Measure Table'[Lasgt_6_months_Sales],blank())
- abc_7774 years ago
Solution Specialist
really great abarur.
thanks man.
As Salamualukym
- abc_7774 years ago
Solution Specialist
can i hide two or more total cell value?
- Aburar_1234 years ago
Solution Supplier