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 have an R visual that displays this
here is the R script I am using
#dataset <- data.frame(TheDate)
#dataset <- unique(dataset)
require(RODBC)
z <- nrow(dataset)
x <- dataset[z,1]
y <- dataset[1,1]
require(RODBC)
library(gridExtra)
library(dplyr)
library(ggplot2)
ch <- odbcDriverConnect(".....)
resultset = sqlQuery(ch, paste0("SELECT * FROM [dbo].[fnCUSTCLUBPLAN] ('",y,"','",x,"')"))
colnames(resultset)
colnames(resultset) <- sapply(colnames(resultset) , function(x) paste(strwrap(x, width = 15), collapse="\n"))
qplot(x=1:5, y=1:5, geom = "blank") + theme(line = element_blank(), text = element_blank()) +
annotation_custom(grob=tableGrob(resultset, rows=NULL))
close(ch)
My questions are:
1. Can I control how big the visual is rentered and resize the whole area without resizing the table?
2. Can I do some better formatting (like heading backgrounds, etc)?
Solved! Go to Solution.
Hi @espo4life ,
You can refer these issues and articles that hope to help you:
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi @espo4life ,
You can refer these issues and articles that hope to help you:
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
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 |
|---|---|
| 22 | |
| 21 | |
| 20 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 52 | |
| 37 | |
| 31 | |
| 27 |