The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello all,
I have a data model with a column whose default summarization is set to "don't summarize" but when I place that column into the Values field, it automatically chooses sum and when I use the drop down, don't summarize is not an option.
Is there something I need to fix in my tables? I'm attaching images of what I'm seeing. Thank you for your help!
Solved! Go to Solution.
Hi @Amomin1988 ,
From your image, it seems that you use Total errors in the line chart.
If I understand the data type of the Total errors correctly that should be the Whole number.
If so, I'm afraid that the display of the SUM in Line chart should be right as the value in line chart should be the aggregated.
If you want to show the Don't summarize, you could try table visual.
Best Regards,
Cherry
Hi @Amomin1988 ,
From your image, it seems that you use Total errors in the line chart.
If I understand the data type of the Total errors correctly that should be the Whole number.
If so, I'm afraid that the display of the SUM in Line chart should be right as the value in line chart should be the aggregated.
If you want to show the Don't summarize, you could try table visual.
Best Regards,
Cherry
I had created this line graph before and it seemed like no aggregation was happening but it was I just had a data set that seemed like it didn't. Thank you so much!