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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

How can I use dygraphs library ( R) in powerbi?

I can not see how to interact with the powerBI dataset. I'm using a simple chart. I can run using Rstudio but I can't run the same code using R visual in powerBI.

 

 

library("xts")
library("dygraphs")

 

QC$Timestamp <- as.Date(as.character(QC$Timestamp))

QC_xts <- xts(QC$XS,order.by=QC$Timestamp,frequency=365)

 

QCData <- cbind(QC_xts)

dygraph(QCData,ylab="Timestamp", main="XPTO") %>%

# dySeries("QC_xts",label="XS") %>%

# dySeries("..2",label="LNKD") %>%

dyOptions(colors = "blue") %>%

dyRangeSelector()

 

The erro is display any chart just X. PBI show this error: An exception of type Microsoft.PowerBI.ExploreServiceCommon.ContainPIIException occured.

 

@alcirodata 

3 REPLIES 3
v-evelk
Microsoft Employee
Microsoft Employee

Hello,

 

Regarding interaction with dataset, I suppose, you should use the same approach as in this line to pass name of buckets.

Regarding other moments, check please that libraries that you use are imported in R Studio.

Also, check please that integration into Power Bi Desktop is set up: File -> Options and settings -> Options -> R scripting

 

Kind Regards,

 

Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
pbicvsupport@microsoft.com

Anonymous
Not applicable

Thanks for your reply. Should I work the same way I work with plotly? Plotly doesn't work on R visual just pbiviz. Is it the same for dygraphs? Does it work well for large data?

Hello,

 

- "Should I work the same way I work with plotly?"

Could you clarify your question please, becuase I am unsure that I got it.

 

- "Plotly doesn't work on R visual just pbiviz. Is it the same for dygraphs?"

What do you mean?

 

- "Does it work well for large data?"

It have to work with 150 000 rows regarding documntation.

 

Kind Regards,

 

Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
pbicvsupport@microsoft.com

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors