microsoft / PowerBI-visuals-tools

Contains tools for building/packaging Power BI visuals
https://www.powerbi.com
MIT License
330 stars 148 forks source link

Tutorial on creating an R-powered Power BI visual is not updated #499

Closed lucazav closed 7 months ago

lucazav commented 8 months ago

I noticed that the tutorial on how to create an R-powered Power BI visual (here) has not been updated to pbiviz 5.3.0 (the current version). This means that the default settings.ts template now uses a completely different object model than the one used in the tutorial.

I have opened an issue on GitHub here: https://github.com/MicrosoftDocs/powerbi-docs/issues/4933

In the meantime, while someone from Microsoft is updating the tutorial, does anyone know how to create the same dropdown static property used for the Data Look option in the custom visual of the tutorial?

lucazav commented 8 months ago

Hi all, any help on this? Thanks.

AleksSavelev commented 7 months ago

Hi @lucazav, Thank you for the issue. I'm sorry for the delay. I see that documentation about settings isn't updated well. I started working on fixing it, let's keep this issue open until I publish a fix.

AleksSavelev commented 7 months ago

JFYI: I've prepared a new version of tools with fix of settings and sent documentation updates on review. I hope it to be updated during this week.

AleksSavelev commented 7 months ago

It should be up to date right now. @lucazav Could you please take a look and tell me if we missed something?

lucazav commented 7 months ago

@AleksSavelev it seems ok now. Thank you!