Forum Discussion
soji
5 years agoFrequent Visitor
Issue with Matrix Visualization
Hi I have created a Matrix View in Power BI table as i wanted dynamic output based on the weeks selection. Here everything is working as i wanted except the Total - i need the average instead of...
wdx223_Daniel
5 years agoCommunity Champion
=averagex(summarize(Factable,table[Emirate],DateTable[Week]),[Amount])