码迷,mamicode.com
首页 > 数据库 > 详细

MongoDB ODBC Driver for Data Integration with Power BI

时间:2019-01-25 17:40:26      阅读:371      评论:0      收藏:0      [点我收藏+]

标签:other   uid   epo   you   system   having   mode   row   nsf   

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:

    技术分享图片

  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!

    技术分享图片

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

  3. Launch Microsoft Power BI and select New Report:

    技术分享图片 

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

    技术分享图片技术分享图片

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

    技术分享图片

    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.”

    技术分享图片

  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).

    技术分享图片

  8. Then, select the Filled Map Visualization indicated by a this icon 技术分享图片.

    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).

    技术分享图片

  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])

    技术分享图片

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

    技术分享图片

MongoDB ODBC Driver for Data Integration with Power BI

标签:other   uid   epo   you   system   having   mode   row   nsf   

原文地址:https://www.cnblogs.com/Javi/p/10320324.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!