Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
espo4life
Helper I
Helper I

R Visual Control Question

I have an R visual that displays this

Annotation 2020-06-12 144003.png

 

 

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)?

1 ACCEPTED SOLUTION
v-yingjl
Community Support
Community Support

Hi @espo4life ,

You can refer these issues and articles that hope to help you:

  1. R plotly custom visualization margin padding 
  2. R Visual with transparent background 
  3. How to create R custom visual (html) in PowerBI 
  4. A Guide to Using R with Power BI 

 

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.

View solution in original post

1 REPLY 1
v-yingjl
Community Support
Community Support

Hi @espo4life ,

You can refer these issues and articles that hope to help you:

  1. R plotly custom visualization margin padding 
  2. R Visual with transparent background 
  3. How to create R custom visual (html) in PowerBI 
  4. A Guide to Using R with Power BI 

 

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.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.