The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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?