Forum Discussion
Cannot understand sparkline values
- 6 months ago
Hi! This is expected behavior. Matrix sparklines in Power BI are calculated independently of the visible matrix columns. The sparkline evaluates the measure across the full YearMonth axis for the current row context, which is why it may not match the numbers shown in the matrix columns.
You can validate this by placing the same measure in a simple table by YearMonth. If exact visual alignment is required, you may need to adjust the date filtering or consider removing the sparkline.
Best Regards!
hello FabScone75
try checking this page.
Create Sparklines in a Table or Matrix in a Power BI Report - Power BI | Microsoft Learn
your issue might be come from choosing the field when creating sparkline
usually i put the same y-axis and x-axis as line chart then it will show exact same pattern with line chart. This way we can show line chart without making line chart.
Hope this will help.
Thank you.