Forum Discussion
Power BI Graphs Data That Doesn't Exist!
Rory123908 Loaded your data into PBI and noticed that you have duplicate time stamps. The chart sums the values, so every now and then the sum for a particular time equals approx. 19,800. That why the automatic axis values range from 10K to 20K.
Remove the duplicates and the chart will look like this:
The system doesn't allow me to upload a pbix file here. Otherwise, you could have had a look into what I did.
- Riny_van_EekelenDec 08, 2021Platinum Contributor
Rory123908 You can use Transform Data in PBI. Select the first column and choose to Remove Duplicates. It opens the PowerQuery editor, similar to the one in Excel.
- Rory123908Dec 08, 2021Copper ContributorThats great! thanks! and how did you manage to get the X axis as the correct time format? did you have to do anything to the data? I was struggling plotting the data when it was not in number format!
- Riny_van_EekelenDec 08, 2021Platinum Contributor
Rory123908 Data typed the first column to Time and just dropped it into the visual. did noting special. If you send me a direct message with your e-mail address, I can send you the pbix file.