powerbi.asciidoc 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. IMPORTANT: Elastic does not endorse, promote or provide support for this application; for native Elasticsearch integration in this product, please reach out to its vendor.
  11. ==== Prerequisites
  12. * Microsoft Power BI Desktop 2.63 or higher
  13. * {es-sql} <<sql-odbc, ODBC driver>>
  14. * A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
  15. ==== Data loading
  16. 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
  17. on the _More..._ button at the bottom of the list:
  18. [[apps_pbi_fromodbc1]]
  19. .Get Data / More...
  20. image:images/sql/odbc/apps_pbi_fromodbc1.png[]
  21. In the new opened window scroll at the bottom of the _All_ list and select the _ODBC_ entry, then click on the _Connect_ button:
  22. [[apps_pbi_fromodbc2]]
  23. .ODBC / Connect
  24. image:images/sql/odbc/apps_pbi_fromodbc2.png[]
  25. This will replace current window with a new _From ODBC_ one, where you'll have to select a previously configured DSN:
  26. [[apps_pbi_dsn]]
  27. .Choose a DSN
  28. image:images/sql/odbc/apps_pbi_dsn.png[]
  29. 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
  30. tables will load a preview of the data within:
  31. [[apps_pbi_picktable]]
  32. .Pick table to load
  33. image:images/sql/odbc/apps_pbi_picktable.png[]
  34. 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
  35. columns. These can now be used to build the desired visualisation:
  36. [[apps_pbi_loaded]]
  37. .Visualize the data
  38. image:images/sql/odbc/apps_pbi_loaded.png[]
  39. // vim: set noet fenc=utf-8 ff=dos sts=0 sw=4 ts=4 tw=138 columns=140