Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
Hello BI developers,
I came across a strage situation which does not make sense. I am sure I am doing somethign wrong but I cannot figure it out. I have a dataset (very huge) and need to do some visulisation. I need to some part in R to make the life easier, but the outputs are different even for the simpleset scanrio which is counting the rows. I have added an Index (auto increment) from Power BI to avoid any possible removal of duplicate rows.
All the values in the R script have "Don't summarize", but still the values (the count) are different. Please see the screenshots. If you need more information please let me know.
library(sqldf) library(ggplot2) options(scipen=999) datas=sqldf("select count() as tc, Year from dataset group by Year ") ggplot(datas, aes(x = Year, y = tc)) + geom_line()
Solved! Go to Solution.
Hi @mohsenhs82,
I can reproduce the same result. But I'm afraid this is a limitation of R visual in Power BI. Please refer to desktop-r-visuals#known-limitations. If I reduce the size of data to less than 150000, it's good.
Best Regards,
Dale
Hi @mohsenhs82,
I can reproduce the same result. But I'm afraid this is a limitation of R visual in Power BI. Please refer to desktop-r-visuals#known-limitations. If I reduce the size of data to less than 150000, it's good.
Best Regards,
Dale
Thank you Dale,
I see, when I plotted the total number of rows in my R scipt I saw 150k. I was suprised as I have millions of records. so this is the limitation. what a shame, but at least I know, and thanks for the link too.
Thanks
M
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
79 | |
59 | |
35 | |
34 |
User | Count |
---|---|
100 | |
62 | |
56 | |
47 | |
41 |