Power BI Tutorial: Adding Formatting Options to the Circle Card Visual
After completing step 8, I copied the code into my VS Code and encountered 2 error messages:
- Error message: "import VisualSettings - Module '"./settings"' has no exported member 'VisualSettings'."
- Error message: "Cannot find name 'VisualSettingsModel'. Did you mean 'VisualSettings'?"
View error details here. Please provide suggestions on how to fix the code.
I tried changing VisualSettings to VisualSettingsModel and cleared the error, but now I am not getting any output in App.powerbi.com. Only a blank visual is displayed with the title showing, but no values are appearing.