Forum Discussion
rvcedd
Helper I
7 years agoR histogram not displaying full data
Hello there, I have loaded a dataset with 10 million records in both Power BI and R Studio. When I run the following code in R Studio I got a nice distribution of the values. (second photo) Ho...
avilasebastianl
4 years agoNew Member
You need to add the other column in Power BI where the hist is supposed to count the data.
In your case it seems that you have selected one column(arrivals...) but you are not giving the other information to the program to count the data. hope you understand me)