Same code but different results — R and Power BI
I am utilizing the same dataset within R and Power BI. When only graphing the datapoints in a scatterplot format, they give the same results. below is a screenshot from Power BI’s R script editor:
Connect to a Power BI XMLA endpoint using R without installing extra software
I see a lot of questions on stackoverflow about connecting to XMLA endpoints using Python, but I dont see many resources for R. I’d love to connect to a Power Bi XMLA endpoint using R.