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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Question about making graphs using a data stream

I have a data stream using accepting realtime data from a python API i wrote. When I try to make a graph out of the data it keeps using the Count or the aggregate of data. How do i just plot 2 variables against each other. Below is some information that might help:

 

The format in which the data is being received:

[
{
"Date" :"2024-04-02T13:23:24.464Z",
"DeviceID" :"AAAAA555555",
"Humidity" :98.6,
"Alcohol Concentration" :98.6,
"Temperature" :98.6,
"Distance" :98.6
}
]

 

 

How its being shown when I try to make a report out of it:

yashranjan_0-1712064358397.png

 

A table of the Data (How do i remove the sum of from all the columns):

yashranjan_2-1712064431831.png

I haven't yet figured out how to make graphs with this data.

 

 

 

1 ACCEPTED SOLUTION
vicky_
Super User
Super User

In a table, you can show the numbers without aggregation by right-clicking on the field and selecting "Don't Summarize".

vicky__0-1712094027547.png

However, for some visuals, such as line graphs you must aggregate the columns somehow (sum, min, max). If the column that you are grouping by is unique, then it shouldn't actually matter what the aggregation is set to, as it will only display the one number it is linked to.

 

View solution in original post

2 REPLIES 2
ToddChitt
Super User
Super User

In the Fields area where you can drag and drop fields into areas that accept them, look for your summarized columns. You can change the aggregation to something else, or even to NONE.

Best practice is to set the default aggregation on a column in the Model view so it behaves that way every time.




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





vicky_
Super User
Super User

In a table, you can show the numbers without aggregation by right-clicking on the field and selecting "Don't Summarize".

vicky__0-1712094027547.png

However, for some visuals, such as line graphs you must aggregate the columns somehow (sum, min, max). If the column that you are grouping by is unique, then it shouldn't actually matter what the aggregation is set to, as it will only display the one number it is linked to.

 

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.