Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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).
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...
most likely different filter context - if you copy the chart and convert it to table visual, are the values correct then?
i've copied the graph and convert it to table...that's the result...different value..
and i'm not filter anything..
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 82 | |
| 48 | |
| 36 | |
| 31 | |
| 29 |