Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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!