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:

    MongoDB ODBC Driver for Data Integration with Power BI

  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!

    MongoDB ODBC Driver for Data Integration with Power BI

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

  3. Launch Microsoft Power BI and select New Report:

    MongoDB ODBC Driver for Data Integration with Power BI 

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

    MongoDB ODBC Driver for Data Integration with Power BIMongoDB ODBC Driver for Data Integration with Power BI

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

    MongoDB ODBC Driver for Data Integration with Power BI

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

    MongoDB ODBC Driver for Data Integration with Power BI

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

    MongoDB ODBC Driver for Data Integration with Power BI

  8. Then, select the Filled Map Visualization indicated by a this icon MongoDB ODBC Driver for Data Integration with Power BI.

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

    MongoDB ODBC Driver for Data Integration with Power BI

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

    MongoDB ODBC Driver for Data Integration with Power BI

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

    MongoDB ODBC Driver for Data Integration with Power BI

相关文章: