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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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