Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am currently working on power bi desktop and I found the way to call from a visual r script object a .csv file which later merged into sf object (shp format).
As this file is loaded internally into a visual r script object(read.csv("path", file)), it is not collected at the time of publishing on the web.
given the characteristics of .shp file (MULTILINESTRING), it is not possible to relate them to my georeferenced data, so it is not possible to integrate it to R script visual object with conventional methods.
Is there an alternative to integrate unrelated information into a visual R Script object?