Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have a simple double-source plot code:
plot(dataset[,2],type="b") par(new=T) plot(dataset[,4], ylim=c(0.0,83), yaxt='n', xaxt='n', ann=FALSE, type="n") text(dataset[,4], labels=dataset[,3], cex= 0.7, pos="3") par(new=F)
In my R console, the X axis is indexed by the first column, and shows up properly:
However, in the PowerBI visual, the X axis gets messed up and I get an odd result:
I'm not sure what it's using as an X axis, but the dataset order is identical to my R console version.
Here is the source file.
https://www.dropbox.com/s/vbee6wpze8g1vo2/dummy-line.csv?dl=0
Adjust the order of the fields dragged to Values.
Hi,
that doesn't help. Please see the pbix file.
https://www.dropbox.com/s/9e4pl0gr5fjqoog/r-visual_plot.pbix?dl=0
Currently it's Timestamp, Score, Event, EventZero, but no other order gets the right chart either.
I wonder if the de-duplication is messing up my timestamp?
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 49 | |
| 44 |