Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
I used R visual in my report to show records in table format.
for that, I used 'gridExtra' package.
After Run R script, it shows only 6 records.The actual count is 830.There is no Duplicate Record.
What should I do to show all records?
Thanks,
Pankil
Looks like you should turn on "Don't summarize" for all of data fields.
Please let us know if that works for you.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
I already tried for that.but doesn't work for me.
Could you please share the whole code?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Hello @v-viig
Thanks for your response.
Here is my code for dataset of two fields.
library(gridExtra) grid.table(head(dataset))
Thanks,
Pankil
@Anonymous,
You'll need to specify argument n.
https://www.rdocumentation.org/packages/utils/versions/3.4.3/topics/head
Hello @v-chuncz-msft,
Thanks for useful share.it is helpful to me.
But I think for display, it seems like, row data is propositional to height of visual.
When I export data it will show all data.so I think the issue is different.
Updated Code is:
library(gridExtra) grid.table(head(dataset,n=10))
I attached a screenshot of my visual.
Thanks,
Pankil
@Anonymous,
If not necessary, the built-in Table visual is enough.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |