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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
gst
New Member

Developing custom visuals using Python vs R vs d3.js. Pros and cons of using one over other ?

Hi,

 

I have been creating visuals through d3.js from last couple of months. However, i recently got to know there are three ways to go on with custom visuals creation. We can use R languange or Python or d3.js. Can anyone clarify the difference in all three approaches. What are the pros and cons of using one over the other ? 

 

Regards,

Gaurav Tanwar

1 REPLY 1
v-evelk
Microsoft Employee
Microsoft Employee

Hi,

 

In most cases using of D3 is enough for creating a visual.

There is a sense to use R if you need to work with huge numbers of rows because R visuals have limits up to 150k rows that higher than for D3 visuals, but have some restrictions at the same time. Also, R is a language to work exactly with statistics and data analysis.

Pyhon is a new feature and I suppose that it was added only for those who unfamiliar with frontend development, but it is only my assumption.

 

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

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors