Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

How to set separate Y-Axis ranges for single-column small multiples chart?

I am looking to make a small multiples chart across four sales categories that have very different ranges. I'd like to avoid breaking these into separate charts, but I can't figure out a way to make the Y-axis relative to the range for each dimension.


I've created a measure that accurately returns the MAX value along year for each of these categories, but that does not return the correct axis result. The formula is of the format: 

Max Across Years = CALCULATE( MAXX( SUMMARIZE( 'Table', 'Table'[Date].[Year], "Annual Amount", SUM( 'Table'[Value] )), [Annual Amount] ), ALLEXCEPT('Table', 'Table'[Metric Name]) )

9 Replies