Forum Discussion
Data Smoothing (moving average in matrix)
I have a table of data as opposite and I would like to represent it as a heat map; rows = length, columns = weight, values = qty, which ive done in excel and PBI (PBI attached). Now I would like to 'smooth' out the differences between the cells in the heat map, perhaps using an 'average of surrounding cells' calculation. I've done this in excel but have no idea of how to do it PBI. Any help would be appreciated.
Also i've noticed the 'bins' behaviour is different to what I wanted. e.g. if bin size is 5 then a value of 9 goes into bin 5 and not bin 10. Can this be altered?
Here is the link to the PBI file. https://1drv.ms/u/s!AsRFZB1O95IYd2LHlXpePiUI5A4
Thanks.
Matt_P i think this will do it, i just used -2 +2 for columns but not rows, in this updated file now it is for both. see attached. sorry for the delay :)
Matt_P update smoothing avg total as below and rest everything should work.
Smoothing Avg Total = SUMX( CROSSJOIN ( ALL( FlatData[ConcSpan (bins)] ), ALL( FlatData[Load (bins)] ) ) , [Smoothing Avg] )
37 Replies
- Matt_PHelper I
parry2k Thanks for the reply. Here is the link to the excel with the entire dataset. The pbix i supplied has a much smaller dataset. https://1drv.ms/x/s!AsRFZB1O95IYeGGSnykPMX_VMhI
I know I can do custom groups but how do you do a custom bucket? (Currently sorted it out by rounding the data...)
Thanks.