This sample provides a simple data source extension that can be run in Visual Studio, and loaded in Power BI Desktop. As an overview, this sample shows the following:
- Exporting function (HelloWorld.Contents), which takes an option text parameter.
- Defining a data source kind that:
- Declares that it uses Implicit (anonymous) authentication.
- Uses string resources that allow for localization.
- Declaring UI metadata so the extension can show up in the Power BI Desktop Get Data dialog.