OBIEE to Power BI Conversion Report
This topic provides a comprehensive report of BI conversion. The conversion pipeline converts legacy OBIEE workloads to Power BI equivalent workloads.
- Total Tables: Displays the number of tables in the BI datasets. It also gives a segregated view of how many tables are successfully converted and how many failed.
- Status: Provides status of the BI Conversion stage.
- Description: A brief description of the stage is displayed.
- Conversion Success Rate: Displays the percentage of datasets or queries that are transformed to the target successfully.
- Transformation Time: The time taken for conversion.
In This Topic:
Conversion Outcome
Displays the conversion reports for each dataset. The converted datasets can be directly consumable in the modern BI platform. The left panel lists all the datasets along with the conversion status. The right panel shows information of the selected dataset. It includes information about the tables, generated queries, status, and remarks. Remarks displays an error message if the table fails to convert. It helps you understand the error and guides you to fix it.
Package
This topic provides the converted datasets in JSON file format. Select to download the converted artifacts for offline use.
Data Flow Diagram
Here, you can see the entity relationship diagram for the dataset. This Data Flow Diagram gives a clear representation of data flow along with the cardinality. The cardinal relationships are:
Cardinal relationship |
Description |
Notation |
one-to-one |
One instance of a table is associated with only one instance in another table |
|
one-to-many |
One instance of a table is associated with multiple instances in another table |
|
many-to-one |
Multiple instances of a table are associated with one instance in another table |
|
many-to-many |
Multiple instances of a table are associated with multiple instances in another table |
|