-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Power BI to RTDIP Essentials Course (#806)
* Add Power BI to RTDIP Essentials Course Signed-off-by: GBBBAS <[email protected]> * ADd Power BI Exercise Signed-off-by: GBBBAS <[email protected]> --------- Signed-off-by: GBBBAS <[email protected]>
- Loading branch information
Showing
40 changed files
with
128 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
## Course Progress | ||
- [X] Overview | ||
- [X] SDK | ||
- [X] Power BI | ||
- [ ] APIs | ||
* [X] Overview | ||
* [ ] Swagger | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Exercise | ||
|
||
In this exercise, you will connect to Power BI and build a simple dashboard using the data from your time series data source. | ||
|
||
1. Open Power BI Desktop aand establish a new Azure Databricks Connection. Provide the connection details for your Databricks SQL Warehouse. | ||
|
||
2. Select your table that contains the time series data and load it into Power BI using DirectQuery. | ||
|
||
3. Build a simple line chart that shows the time series data. | ||
|
||
4. Add filters to select the time range and the identifier. | ||
|
||
## Additional Task | ||
|
||
5. Build a slider filter for selecting a time range | ||
|
||
## Course Progress | ||
- [X] Overview | ||
- [X] SDK | ||
- [X] Power BI | ||
- [ ] APIs | ||
- [ ] Excel Connector |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--8<-- "integration/power-bi.md:powerbi" | ||
|
||
## Course Progress | ||
- [X] Overview | ||
- [X] SDK | ||
- [ ] Power BI | ||
* [X] Overview | ||
* [ ] Exercise | ||
- [ ] APIs | ||
- [ ] Excel Connector |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# RTDIP Authentication | ||
|
||
RTDIP supports multiple authentication methods to secure access to the platform. These methods include: | ||
|
||
- Azure Active Directory | ||
- Databricks Token | ||
|
||
The following sections will cover how to perform secure authentication using these methods. | ||
|
||
## Course Progress | ||
- [X] Overview | ||
- [X] Architecture | ||
- [ ] SDK | ||
* [X] Getting Started | ||
* [ ] Authentication | ||
+ [X] Overview | ||
+ [ ] Azure Active Directory | ||
+ [ ] Databricks | ||
* [ ] Connectors | ||
* [ ] Queries | ||
- [ ] Power BI | ||
- [ ] APIs | ||
- [ ] Excel Connector |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# RTDIP Connectors | ||
|
||
Integration and connectivity to RTDIP is facilitated through the use of connectors. Users require connectivity from various tools and applications to RTDIP and the connectors provided with the RTDIP SDK enable this. As an overview of the connectors, the following are available: | ||
|
||
- Databricks SQL Connector: This is the default connector used in the SDK and is the simplest to use as there are no additional installation requirements. Additionally, this connector provides adequate performance for most use cases. | ||
- ODBC Connector: In certain scenarios, users may want to leverage the Spark SIMBA ODBC driver. This requires the user to install and setup the driver in their environment prior to use, after which it can leverage Turbodbc or Pyodbc for connectivity to RTDIP. | ||
- Spark Connector: This connector supports workloads that are running in a spark environment such as Databricks or where Spark Connect is required. | ||
|
||
## Course Progress | ||
- [X] Overview | ||
- [X] Architecture | ||
- [ ] SDK | ||
* [X] Getting Started | ||
* [X] Authentication | ||
* [ ] Connectors | ||
+ [X] Overview | ||
+ [ ] Databricks SQL | ||
+ [ ] ODBC | ||
+ [ ] Spark | ||
+ [ ] Exercise | ||
* [ ] Queries | ||
- [ ] Power BI | ||
- [ ] APIs | ||
- [ ] Excel Connector |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,6 @@ | |
- [X] Installation | ||
- [ ] Exercise | ||
- [ ] SDK | ||
- [ ] Power BI | ||
- [ ] APIs | ||
- [ ] Excel Connector |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,6 @@ | |
- [ ] Installation | ||
- [ ] Exercise | ||
- [ ] SDK | ||
- [ ] Power BI | ||
- [ ] APIs | ||
- [ ] Excel Connector |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,6 @@ | |
- [ ] Installation | ||
- [ ] Exercise | ||
- [ ] SDK | ||
- [ ] Power BI | ||
- [ ] APIs | ||
- [ ] Excel Connector |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,6 @@ | |
+ [X] SQL | ||
+ [ ] Weather | ||
+ [ ] Exercise | ||
- [ ] Power BI | ||
- [ ] APIs | ||
- [ ] Excel Connector |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,5 +101,6 @@ | |
+ [ ] SQL | ||
+ [ ] Weather | ||
+ [ ] Exercise | ||
- [ ] Power BI | ||
- [ ] APIs | ||
- [ ] Excel Connector |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,6 @@ | |
+ [X] SQL | ||
+ [X] Weather | ||
+ [ ] Exercise | ||
- [ ] Power BI | ||
- [ ] APIs | ||
- [ ] Excel Connector |