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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors