Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I am reproducing the example in this link. Here is the code I am using in the script.r file:
source('./r_files/flatten_HTML.r')
############### Library Declarations ###############
libraryRequireInstall("ggplot2");
libraryRequireInstall("plotly")
####################################################
################### Actual code ####################
p <- Values %>%
plot_ly( x = ~x_data, y = ~y_data, z = ~z_data) %>%
add_markers() %>%
layout(scene = list(xaxis = list(title = 'X [mm]'),
yaxis = list(title = 'Y [mm]'),
zaxis = list(title = 'Z Number')));
internalSaveWidget(p, 'out.html')
# ####################################################
#
# ################ Reduce paddings ###################
ReadFullFileReplaceString('out.html', 'out.html', ',"padding":[0-9]*,', ',"padding":0,')
# ####################################################
I have managed to reach step 10 with no issues. After adding my data elements, I always get an error stating that x_data not found.
The screenshot is shown below:
I have found this post from 2019 with the same issue but no solutions have been posted.
Can someone say what is going wrong here?
Is there any way to debug and perhaps "print" the values being used by the visualization?
Thanks in advance,
T
Hi, @bdl5119
As stated in the documentation you mentioned, you need to always make sure that the data elements should match the columns that were originally selected in the custom script.R file.
If the issue still persist, you'd better create a support ticket and have an MS engineer on your side to investigate the issue.
https://powerbi.microsoft.com/en-us/support/
Best Regards,
Community Support Team _ Eason
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 31 | |
| 25 |