Forum Discussion
Charu
Post Patron
8 years agoHow to use both Avg and sum function in DAX
Hi Everyone, I have 4columns like below Col1 : Col2 : Col3 : Col4 0 0 1 0 I want to first sum these 4 columns and then need to get Average. Please help me how to create ...
jcarville
Skilled Sharer
8 years agoYou can unpivot the 4 columns to create 1 column. Then use this new column and change the type to sum or average using the drop down arrow under the values section of the visualisations pane.