March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I have a CSV that has MM/DD/YY HH:MM:SS and Temperature in decimal format. I have linked the CSV with Power BI Desktop. I am able to get the system to display the correct Date. In Data Modeling I have changed Default Summarization: Don't Summarize for the Temperature values.
The issue I have is that when I graph using Line Chart, Power BI is automatically summarizing all of the temperature values, which is not what I need it to do. What I am wanting to do is graph out temperature changes over time by HH:MM:SS.
Below is a snap shot of what the data looks like in Power BI.
As you can see the temperature is being recorded 10 seconds. I want to graph each temperature change. So how can I either force PowerBI to stop summarizing OR is there a different chart type that is better suited for this application? Any other suggestions would be appreciated.
Solved! Go to Solution.
Xi Jin,
The proposed solution does not work when you span days as PowerBI does not appear to be able to handle the DATE + Time when they are separated in the source data. To make the graph work, I combined the DATE + TIME in the source data to ONE field. After that, the graphing worked as desired.
Hi @knotpc,
The aggregate function in Values is by design.
In your scenario, since you only use the Month Days as Axis for line chart and there exists duplicate Month Days like 2/22/2018 in the sample data. It also means that you are graphing temperature change based on each Month Days group. And for sure, to display temperature of each Month Days group, we should sum all the values for each group. So your line chart is right.
Then to achieve your requirement which is graphing each temperature change. You just need to change the Axis to Time column or be more precise change it to Datetime column. Make sure that there will not exist duplicate Axis values and SUM means nothing.
Something like:
Thanks,
Xi Jin.
Xi Jin,
The proposed solution does not work when you span days as PowerBI does not appear to be able to handle the DATE + Time when they are separated in the source data. To make the graph work, I combined the DATE + TIME in the source data to ONE field. After that, the graphing worked as desired.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
127 | |
81 | |
59 | |
59 | |
44 |
User | Count |
---|---|
182 | |
114 | |
82 | |
67 | |
52 |