Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

C

I am trying to calculate the average per complexity and then use VISUALS to display MTD average, YTD average, and month's average for each complexity. 

My data looks like this :

 

I have tried the normal AVERAGE  for experience rating in a calculated column, but it gives me a total average but not sure then how to get the visuals I want.

I came across a similar post with the following solution, but it again gives me the average, how do I visually represent the MTD, YTD & complexity wise average. 

 

Average Rating = CALCULATE(AVERAGE(Table[Rating]), FILTER(ALLSELECTED(Table), Table[Complexity] = MAX(Table[Complexity]))

 

PS: I am quite new to Power BI and just know the very basics of visualizations. 

2 Replies