Book Image

Increasing Autodesk Revit Productivity for BIM Projects

By : Fabio Roberti, Decio Ferreira
Book Image

Increasing Autodesk Revit Productivity for BIM Projects

By: Fabio Roberti, Decio Ferreira

Overview of this book

Increasing Autodesk Revit Productivity for BIM Projects takes a hands-on approach to implementing Revit effectively for everyone curious about this new and exciting methodology. Complete with step-by-step explanations of essential concepts and practical examples, this Revit book begins by explaining the principles of productivity in Revit and data management for BIM projects. You'll get to grips with the primary BIM documentation to start a BIM project, including the contract, Exchange Information Requirements (EIR), and BIM Execution Plan (BEP/BXP). Later, you'll create a Revit template, start a Revit project, and explore the core functionalities of Revit to increase productivity. Once you've built the foundation, you'll learn about Revit plugins and use Dynamo for visual programming and Power BI for analyzing BIM information. By the end of this book, you'll have a solid understanding of Revit as construction and design software, how to increase productivity in Revit, and how to apply multiple workflows in your project to manage BIM.
Table of Contents (16 chapters)
1
Section 1: Enhancing Your Productivity in Revit with Data Management and Templates
5
Section 2: Setting Up Revit Projects Efficiently and Exploring Core Functionalities
8
Section 3: Adding Visualizations and Dashboards to Your Data
11
Section 4: Collaborating with Consultants and Plugins and Improving Revit Performance

Exporting and importing data from Revit to Power BI

This chapter aims to export data from the BIM model, import it back into Microsoft Power BI, and produce a dashboard that will allow us to perform a proper analysis based on the data extracted.

To go through this topic, we will be using the datasets available from Chapter 7.

Connecting Revit to Power BI: An introduction to visualizing model data

In Revit, it is quite simple to export data from the model without using any plugin or even a Dynamo graph. Exporting directly from Revit, this can basically be done in two steps:

  1. Create a schedule with all the data that needs to be exported.
  2. Export the schedule as a TXT file.

If using a Dynamo graph, this can be done in two steps as well:

  1. Create/open a Dynamo graph.
  2. Export the data as an Excel file.

After exporting this data, it can be opened with Excel or imported into Microsoft Power BI.

Creating schedules in Revit

Creating schedules...