This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi ,
We would like to combine the use template RHTML (ggplot2) and manipulatedwidget (but manipulatedwidget package R is not included in list of package in powerBI) for create an internal custom visual R
Requierements :
Change the dimensions/attributs in the visual R and keep the interactive part.
Is there another way ?
library(manipulateWidget)
library(plotly)
plotTest <- function(xvar, yvar, zvar){
plot_ly(x = ~dataset[[xvar]], y = ~dataset[[yvar]], color = ~dataset[[zvar]],
type = "scatter", mode = "markers") %>%
layout(xaxis = list(title=xvar), yaxis = list(title=yvar))
}
plotTest("Dim1", "Dim2", "Cluster")
varNames <- names(dataset)[2:6]
variables <- names (dataset)[7:10]
manipulateWidget(
plotTest(xvar, yvar, zvar),
xvar = mwSelect(varNames),
yvar = mwSelect(varNames, value = "Dim1"),
zvar = mwSelect (variables, value = "Cluster")
)Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.