Current Pipeline
This report was designed to give insight into the current pipeline for your company. It differs from the other pipeline report as the date range selector focuses on ranges for only this year. As such many of the pages in this report are similar to the pipeline report but drops the same number of months look back data points. For each page you are presented with the current volume or units for the selected range and then that same period last year.
My hope is that this report is to provide much of the same data as the other pipeline report but with a focus view.
Dataset
Before opening the template, please ensure that you have prepared either an Excel worksheet, a Microsoft SQL (MSSQL) Custom View, or a PostgreSQL Custom View to serve as the dataset, depending on the template you intend to use. Verify that the fields are named precisely as listed in the 'Field Name' column below. If Excel is your dataset, confirm that the sheet containing the relevant data is named Data.
Field Information
All these fields must be part of the dataset, if one of the fields listed is not something that is currently in your LOS then it is alright to use the same data point for the column. Example, if you don't have a field for your Branch name, then it would be ok to use a field like Branch Cost Center as the Branch data.
Field Name | Field Description |
---|---|
Application Date | The date that a loan is considered an application |
Branch | Field used for the name of the Branch |
Clear To Close | The date the loan was clear to close |
Closer | Closer's name |
Decisioned Date | The date that the loan was decisioned |
Extension Amount | The lock extension amount for the loan |
Extension Percentage | The lock extension percentage amount for the loan |
File Started Date | The date that the loan file was started |
GUID | Unique identifier on a per loan bases |
Loan Number | The loans loan number |
Loan Officer | Loan Officer's name |
Loan Purpose | The purpose of the loan such as Purchase, Refi, etc... |
Loan Type | The type of loan such as Conventional, FHA, etc... |
Lock Date | The date that the loan was locked |
Processor | Processor's name |
Property Type | The property type of the loan such as Primary, Investor, etc... |
Sent to Processing | The date the loan was sent to processing |
Submitted to Underwriting | The date the loan was submitted to underwriting |
Total Loan Amount | The full loan amount |
Underwriter | Underwriter's name |
These are the only required fields for the template to work correctly. If you want to expand your report to include other data points then you can add those fields in as long as they are not named the same as one of the columns above.
Note
This dataset uses many of the same filed as the other templates. It is possible to point the other templates at the same data source to minimize the number of reports/custom views that need to be created.
Using a template
Using a Excel dataset
Once you have your Excel file ready to go with the correct column headers and sheet name open the template_scorecards.pbit and you will be prompted for the file path to your Excel file. This file path must be the exact full path to the file. Example is if I have my Excel file saved to my desktop as LOS_Data.xlsx then the path I would type in is C:\Users\Jody\Desktop\LOS_Data.xlsx
Once the file path is typed in click load, your data will be imported and the report will open. From here you can customize the report by swapping out fields in visuals or possible changing measures or custom fields to better suit your companies work flow.
Using a Microsoft SQL dataset
Once you have your MSSQL custom view built out with the correct column names, open the template_current_pipeline_sql.pbit and you will be prompted for 3 pieces of information:
- SQL_Server: This will be the IP address or name of the SQL server that houses the database with your LOS data.
- SQL_DB: This is the name the database that holds the custom view we will be using for the template.
- Custom_View: This is the name of the custom view that contains the data needed for the template.
Note
If you need to add a port number to the end of your SQL server address, simply add a colon to the end of your server IP or name followed by the port number, example would be: MY-SQL-SERVER:1234, where :1234 is the port number.
Once this information is loaded, you may be prompted for a user name and password for the SQL server, please work with your SQL server administrator to get the correct credentials. Once everything is connected up the report will open allowing you to customize the report to your companies needs.
Using a PostgreSQL dataset
Once you have your PostgreSQL custom view built out with the correct column names, open the template_current_pipeline_postgresql.pbit and you will be prompted for 4 pieces of information:
- PostgreSQL_Server: This will be the IP address or name of the PostgreSQL server that houses the database with your LOS data.
- PostgreSQL_DB: This is the name the database that holds the schema and data we will be using for the template.
- PostgesSQL_Schema: This is the name of the Schema that holds the custom views and data that will be used for the tempalte.
- Custom_View: This is the name of the custom view that contains the data needed for the template.
Note
If you need to add a port number to the end of your PostgreSQL server address, simply add a colon to the end of your server IP or name followed by the port number, example would be: MY-POSTGRESQL-SERVER:1234, where :1234 is the port number.
Once this information is loaded, you may be prompted for a user name and password for the PostgreSQL server, please work with your server administrator to get the correct credentials. Once everything is connected up the report will open allowing you to customize the report to your companies needs.
Report Pages
Pages on this report are intended to provide insight into the current pipeline for your branch and users. Pages in this report contain measures that provide insight into certain stages of the loan process. While your company may not have all these stages, it is my hope that this report can help you get started in building report that does follow your loan process by providing examples of how data is modeled and presented for use.
Note
Each page of this report has a Selected Range slicer that allows the user to focus on that range. Each range goes from the first of its respective time frame to today, with the exception of today which only includes data from today. Keep in mind that if you are at the beginning of a year or then it possible for the Month range to show the same numbers as the Quarter and/or Year.
Started
This page is designed to provide information on files that have Start date in the date range selected. It also provides a look at same period last year. On the Loan Officer table the arrows are used to tell if the Selected Range numbers are greater (green arrow), lesser (red arrow), or equal to (yellow bar) than the numbers from the same range last year.
The Loan Properties bar chart is designed to have the y axis driven off of the Loan Properties slicer to the left of it. For this page we can slice the properties for started loans by Loan Purpose, Loan Type and Property Type.
Applications
This page is designed to provide information on files that have Application date in the date range selected. It also provides a look at same period last year. On the Loan Officer table the arrows are used to tell if the Selected Range numbers are greater (green arrow), lesser (red arrow), or equal to (yellow bar) than the numbers from the same range last year.
The Loan Properties bar chart is designed to have the y axis driven off of the Loan Properties slicer to the left of it. For this page we can slice the properties for loans with an Application date by Loan Purpose, Loan Type and Property Type.
Locked
This page is designed to provide information on files that have Lock date in the date range selected. It also provides a look at same period last year. On the Loan Officer table the arrows are used to tell if the Selected Range numbers are greater (green arrow), lesser (red arrow), or equal to (yellow bar) than the numbers from the same range last year.
The Loan Properties bar chart is designed to have the y axis driven off of the Loan Properties slicer to the left of it. For this page we can slice the properties for loans with an Lock date by Loan Purpose, Loan Type, Property Type, and Lock Extension.
Processing
This page is designed to provide information on files that have Sent to Processing date in the date range selected. It also provides a look at same period last year. On the Processor table the arrows can be used to tell if the Selected Range numbers are greater (green arrow), lesser (red arrow), or equal to (yellow bar) than the numbers from the same range last year.
The Loan Properties bar chart is designed to have the y axis driven off of the Loan Properties slicer to the left of it. For this page we can slice the properties for loans with an Sent to Processing date by Loan Purpose, Loan Type and Property Type.
Underwriting
This page is designed to provide information on files that have Submitted to Underwriting date in the date range selected. It also provides a look at same period last year. On the Underwriter table the arrows can be used to tell if the Selected Range numbers are greater (green arrow), lesser (red arrow), or equal to (yellow bar) than the numbers from the same range last year.
The Loan Properties bar chart is designed to have the y axis driven off of the Loan Properties slicer to the left of it. For this page we can slice the properties for loans with an Submitted to Underwriting date by Loan Purpose, Loan Type and Property Type.
Closing
This page is designed to provide information on files that have Clear To Close date in the date range selected. It also provides a look at same period last year. On the Closer table the arrows can be used to tell if the Selected Range numbers are greater (green arrow), lesser (red arrow), or equal to (yellow bar) than the numbers from the same range last year.
The Loan Properties bar chart is designed to have the y axis driven off of the Loan Properties slicer to the left of it. For this page we can slice the properties for loans with an Clear To Close date by Loan Purpose, Loan Type and Property Type.
Customization Options
Refine Today Measures
Currently all the measures that deal with the Today range all work off of just the day as today. This may cause some issues with the last year measures as there will be sometimes where today last year fell on a weekend. To get around this you could change the Today to be same business day last year. This way you are comparing no so much the actual day but the day of business instead.
Today and Power BI Service
Due to how the Power BI Service calculates the Today() DAX expression a custom measure found in the Measures Table\Utility Measures folder called _correctdToday has been setup. This measure allows you to adjust the measures that display a value based on today, to match your timezone. Why this is used instead of just the Today() DAX is because of the Power BI service, when using the default is Today() it uses the local system settings of your matching running Power BI desktop to know when Today() is. If you were to publish this report the Power BI Service Today() now uses UTC time which can cause an issue where where you end up tomorrow hour before its actually tomorrow. To resolve thsi adjust #/24 part of the _correctdToday to match your current timezone which then allows both Power BI Desktop and the Power BI Service to display Today as expected.
Download
- Download Template - Excel Data Source
- Download Template - MSSQL Data Source
- Download Template - PostgreSQL Data Source