Forum Discussion
Process Map in Powerbi
- 1 year ago
Hi MangoMango,
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information. Do not include anything that is unrelated to the issue or question.
Please show the expected outcome based on the sample data you provided.Need help uploading data?How to provide sample data in the Power BI Forum - Microsoft Fabric Community
Thank you.
Hi MangoMango ,
Thankyou for your Query!
The issue may be due to Power BI’s limited support for certain R functions and packages. While your script works fine in R, Power BI expects:
-
Verify that all required R packages used in your script are installed and accessible to Power BI.
-
Check if any functions or libraries in the script are unsupported in Power BI’s R environment.
-
Make sure your script returns a data frame, as Power BI needs this for visualisation.
-
Review the data used in the performance map and ensure the data types and structure match what the script expects.
-
Try running a simplified version of the script in Power BI to identify where the issue is coming from.
If this solution worked for you, kindly mark it as Accept as Solution and feel free to give a Kudos, it would be much appreciated!
Thankyou for using Microsoft Fabric Community Forum.