Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
aizamkamadin
Helper II
Helper II

Line and clustered column chart not display the correct value

Why the value is different (graph & table).

the value should be 44.32% instead of 144.32%( every value of on the graph will be added 100%+correct value%)

help me to solve it..

 

p/s: im using new measure - time intelligence to calculate YOY (growth rate).

PowerBI issue1.jpeg

6 REPLIES 6
v-yuta-msft
Community Support
Community Support

Hi aizamkamadin,

 

Could you show the measure formula of GrouthRateGo?

 

Regards,

Jimmy Tao

GrowthRate.GO =

VAR __PREV_YEAR =
CALCULATE(
SUM('GDP'[Gross_Output]),
DATEADD('GDP'[Census_Year].[Date], -5, YEAR)
)
RETURN
DIVIDE(SUM('GDP'[Gross_Output]) - __PREV_YEAR, __PREV_YEAR)

Hi aizamkamadin, 

 

Make sure that you have put same columns in both line chart and table chart.

 

Regards,

Jimmy Tao

yeah..both chart are using same column...

Stachu
Community Champion
Community Champion

most likely different filter context - if you copy the chart and convert it to table visual, are the values correct then?



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

i've copied the graph and convert it to table...that's the result...different value..

and i'm not filter anything..

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.