Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I am trying to make a model for 7 different companies and their results over 4 years. They each operate in different regions and for one visual I want to show the rating of the company for each segment across the years. When I make the line graph it is showing as the count of data, not the actual value. Any help with this would be great thanks so much!!
Hi:
Maybe you can make a measure like average rating. = AVERAGE[TableName[Column])
Then do small multiples. Here is a screenshot of clustered column chart. Hope this helps!