zoukankan      html  css  js  c++  java
  • MongoDB ODBC Driver for Data Integration with Power BI

    This guide will walk you through connecting Microsoft Power BI to a MongoDB DataSet using our MongoDB certified ODBC driver.

    Microsoft Power BI enables rich data visualization of your company’s data through its suite of analytics tools, letting you easily analyze and share insights in any device. Here’s how to take this awesome BI tool and integrate it with MongoDB data to take it to the next level.

    Note: This guide assumes you have MongoDB installed with the “Restaurants” MongoDB Data Set. The “Restaurants” MongoDB Data Set can be found here.

    1. Determine whether your version of PowerBI is 32bit or 64bit. Then, download + install the corresponding free 15 day trial of the DataDirect for MongoDB ODBC driver.

      Navigate to the Progress DataDirect for ODBC Installation directory and click on the ODBC Administrator.

      Click on User or System DSN and click Add:

      Click on User or System DSN and click Add

    2. Select DataDirect 8.0 MongoDB.

      Configure the Data Sources by filling out a Data Source Name, the Host Name, Port Number, and which Database within MongoDB you want to connect to (you may chose to leave this blank if you prefer). The Schema Definition Path will be automatically generated for you, but feel free to click on the Browse button in order to change the location of the schema or rename it. Schema Tool Note: The DataDirect MongoDB 8.0 driver will automatically generate a schema for you without you having to open up the Schema Tool!

      Select DataDirect 8.0 MongoDB

      Click on Test Connect and ensure that your connection is established.

    3. Launch Microsoft Power BI and select New Report:

      Launch Microsoft Power BI 

    4. Select ‘Get Data’ > Other > ODBC and click Connect:

      Select ‘Get Data’ - Other - ODBC and Click ConnectSelect ‘Get Data’ - Other - ODBC and Click Connect

    5. Select your MongoDB Data Source Name from the drop down window and select OK:

      Select your MongoDB Data Source Name

      From the Navigator pane, select the MongoDB data you would like to use in PowerBI. In our case, we are selecting Restaurants and Restaurants_Address for our Visualization.

      Select Load.

    6. You can now see your selected tables in PowerBI on the right hand side of the screen under “Fields.”

      You can now see your selected tables in PowerBI

    7. Next, select the Fields from your MongoDB that you’d like to use in your Visualization. In our case, we are going to select Restaurants (Cuisine) and Restaurants_Address (Zipcode).

      Select Restaurants (Cuisine) and Restaurants_Address (Zipcode)

    8. Then, select the Filled Map Visualization indicated by a this icon Filled Map Visualization.

      You will then see your data transformed into a map visualization representing all of the different types of cuisines located in our geographic area (in this case, the greater New York City area).

      See your data transformed into a map visualization

    9. Suppose we wanted to count the different types of restaurants by cuisine in each zip code? We can easily accomplish this, adding a “New Measure” by selecting the New Measure icon from the toolbar under Calculations.

      Our New Measure is going to count the number of restaurants in each zip code for us. So we will use Measure = DISTINCTCOUNT(RESTAURANTS[NAME])

      DISTINCTCOUNT(RESTAURANTS[NAME])

      Our map now reflects the count of each type of Cuisine by zip code.

      Cuisine by Zip Code

  • 相关阅读:
    Linux更改文件文件夹所属用户组(chgrp)
    Linux服务器查看请求数
    装Office 2010提示Error 1406的解决方法
    实时数据库简介和比较
    敏捷软件开发模型SCRUM【转】
    实时数据库系统
    实时数据库的事务处理
    各浏览器下使用 OBJECT 元素和 EMBED 元素嵌入 Flash 存在差异
    中国煤矿历年事故死亡人数及分析
    实时/历史数据库和关系型数据库的区别
  • 原文地址:https://www.cnblogs.com/Javi/p/10320324.html
Copyright © 2011-2022 走看看