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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Yodash
Regular Visitor

Dont summerise not working

I have the most simple input in csv file. ColA is time , colB is vals
time=1, 2 , 3, 4, 5.....up to 100  
Vals = 3, 4, 1....rundom vals
I try to make the most simple line chart where Axis_x is time. I define both cols as dont summerise..but still..i dont get the line i expect.. power bi insists to sum or count the data
So simple but not working..how can i make it work?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi, @Yodash 

I am glad to help you.

 

Some visuals such as Line Chart visual, Stacked column chart visual, etc. that have a Y-axis are required to use aggregated values by default. Even though you have set the field don't summarize.


If you want him to display according to the original value, then you have to make sure that the value of your Time field is unique, so that even if you use summarize, the calculation is actually still the original value:

vfenlingmsft_2-1728008684628.png

 


But if your Time field is not unique, he will do a sum calculation for the same Time value:

vfenlingmsft_1-1728008658699.png

 


At this point adding an ID field as a unique value for each row and dragging the ID to Legend will show each data point, but will not show the trend of the data directly:

vfenlingmsft_0-1728008633012.png

 

I've attached the pbix file for this little example below, I hope it helps.

 

 

 

I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Fen Ling,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi, @Yodash 

I am glad to help you.

 

Some visuals such as Line Chart visual, Stacked column chart visual, etc. that have a Y-axis are required to use aggregated values by default. Even though you have set the field don't summarize.


If you want him to display according to the original value, then you have to make sure that the value of your Time field is unique, so that even if you use summarize, the calculation is actually still the original value:

vfenlingmsft_2-1728008684628.png

 


But if your Time field is not unique, he will do a sum calculation for the same Time value:

vfenlingmsft_1-1728008658699.png

 


At this point adding an ID field as a unique value for each row and dragging the ID to Legend will show each data point, but will not show the trend of the data directly:

vfenlingmsft_0-1728008633012.png

 

I've attached the pbix file for this little example below, I hope it helps.

 

 

 

I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Fen Ling,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks, that really helped!

Hi @Anonymous ,
Is a similar solution possible for a stacked bar chart featuring string events over time?
for example, "start" / "end" in column "state" along time, and with the purpose of the visualization showing the bars along the "time" X axis. treating each time row as a distinct point while having the bar be continuous. something similar to this:

image.png

 

uzuntasgokberk
Super User
Super User

Hello @Yodash,
For line chart, you can keep Values and set a summarization for x- and y-axis. Therefore you couldn't show don't summarize value. İt needs an aggreation on that.
Also there is an old ticket about that you can check it:https://community.fabric.microsoft.com/t5/Desktop/Option-to-choose-quot-Don-t-Summarize-quot-Missing...

uzuntasgokberk_0-1727985876514.png

Best Regards,
Gökberk Uzuntaş

LinkedIn: https://www.linkedin.com/in/g%C3%B6kberk-uzunta%C5%9F-b43906198/

Medium: https://medium.com/@uzuntasgokberk

 

İf this post helps, then please consider Accept it as solution and kudos to help the other members find it more quickly.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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