powerbi.asciidoc 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. [role="xpack"]
  2. [testenv="platinum"]
  3. [[sql-client-apps-powerbi]]
  4. === Microsoft Power BI Desktop
  5. [quote, https://powerbi.microsoft.com/en-us/what-is-power-bi/]
  6. ____
  7. https://powerbi.microsoft.com/en-us/desktop/[Power BI] is a business analytics solution that lets you visualize your data and share
  8. insights across your organization, or embed them in your app or website.
  9. ____
  10. ==== Prerequisites
  11. * Microsoft Power BI Desktop 2.63 or higher
  12. * {es-sql} <<sql-odbc, ODBC driver>>
  13. * A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
  14. ==== Data loading
  15. First, you'll need to choose ODBC as the source to load data from. Once launched, click on the _Get Data_ button (under _Home_ tab), then
  16. on the _More..._ button at the bottom of the list:
  17. [[apps_pbi_fromodbc1]]
  18. .Get Data / More...
  19. image:images/sql/odbc/apps_pbi_fromodbc1.png[]
  20. In the new opened window scroll at the bottom of the _All_ list and select the _ODBC_ entry, then click on the _Connect_ button:
  21. [[apps_pbi_fromodbc2]]
  22. .ODBC / Connect
  23. image:images/sql/odbc/apps_pbi_fromodbc2.png[]
  24. This will replace current window with a new _From ODBC_ one, where you'll have to select a previously configured DSN:
  25. [[apps_pbi_dsn]]
  26. .Choose a DSN
  27. image:images/sql/odbc/apps_pbi_dsn.png[]
  28. Once connected Power BI will read {es}'s catalog and offer the user a choice of tables (indices) to load data from. Clicking on one of the
  29. tables will load a preview of the data within:
  30. [[apps_pbi_picktable]]
  31. .Pick table to load
  32. image:images/sql/odbc/apps_pbi_picktable.png[]
  33. Now tick the chosen table and click on the _Load_ button. Power BI will now load and analyze the data, populating a list with the available
  34. columns. These can now be used to build the desired visualisation:
  35. [[apps_pbi_loaded]]
  36. .Visualize the data
  37. image:images/sql/odbc/apps_pbi_loaded.png[]
  38. // vim: set noet fenc=utf-8 ff=dos sts=0 sw=4 ts=4 tw=138 columns=140