Forum Discussion
sbg94
5 years agoMicrosoft Employee
Adding Custom Total column in Matrix Visual
Hi All, I have been trying to create a matrix with some data. I want to show data with respect to year and month. I want to show the Total sum Infront of percentage row in the total column. Ple...
amitchandak
5 years agoSuper User
sbg94 , Not able to get your issue. Can you explain with example ?
Also for your % measure use % , 2 decimal from measure tool
Create it like
var Automatch= Divide( Total_Auto Match ,Total Value)
return
IF([Total Value]>=totalRequests ,[Total_Auto Match] ,Automatch)