Forum Discussion
Srinivas_BI
2 years agoRegular Visitor
Remove/Hide the Columns in Metrix
Hi, Is there a way to remove the monthly average columns and only leave the Average column at the end (with the average value of all 5 months)? Please help Thank You
- 2 years ago
Hi Srinivas_BI - If you are using a matrix visualization, there is no option to hide or remove the date wise monthly average columns and show only total.
you have to change other alternatives, like change the chart and take create a dax measure only for Total average value.
ConditionalProductAverage =IF(ISINSCOPE('Date'[Date]),BLANK(),AVERAGE(financials[Profit]))Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Ritaf1983
Super User
2 years agoHi Srinivas_BI
You can create a matrix with multiple-column totals with calculated groups.
Please refer to the linked video guide:
https://www.youtube.com/watch?v=ExCD0vM-OEU
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly