You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> In most modern data architectures, the `standard approach is to pull data from input sources into the analytics or ETL platform`.
123
+
> Data is typically extracted from source systems using scheduled or event-driven pull methods, where the analytics or ETL platform manages and initiates the data ingestion process.
124
+
125
+
-**Domo Workbench** operates differently, it’s a **push-based tool** that runs on-premise and sends data directly to Domo.
126
+
-**Microsoft Fabric**, is primarily **pull-based**, but it can simulate push behavior. This flexibility allows Fabric to accommodate both traditional pull workflows and modern push-style integrations when needed.
127
+
Through:
128
+
- **Uploading files** to OneLake using APIs, `azcopy`, or automation tools.
129
+
- **Eventstream** for real-time data ingestion.
130
+
- **Triggering pipelines** from external systems using REST APIs or Logic Apps.
131
+
132
+
</details>
133
+
134
+
103
135
<details>
104
136
<summary><b>Ease of Use</b> – Click to expand</summary>
|**Dataflows**|`Domo Dataflows are similar to Microsoft Fabric Dataflows, enabling reusable ETL logic.`|[Fabric Dataflows](https://learn.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflows-introduction-self-service)|
543
+
|**Date Tables & Time Intelligence**|`Domo supports date dimensions; Fabric/Power BI recommends dedicated date tables for time intelligence`|[Time intelligence in DAX](https://learn.microsoft.com/en-us/dax/time-intelligence-functions-dax)|
544
+
|**Calculations**|`Domo Beast Modes ≈ Power BI Calculated Columns/Measures (DAX)`|[DAX basics in Power BI](https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-calculated-columns)|
545
+
|**Measures**|`Domo Aggregations/Beast Modes ≈ Power BI Measures`|[Create and use measures in Power BI](https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-measures)|
546
+
|**Conditionals**|`Domo CASE WHEN ≈ DAX IF/SWITCH.`|[DAX IF and SWITCH](https://learn.microsoft.com/en-us/dax/if-function-dax)|
547
+
|**Star Schemas**|`Domo supports joins; Fabric/Power BI recommends star schema for performance.`|[Star schema guidance](https://learn.microsoft.com/en-us/power-bi/guidance/star-schema)|
548
+
519
549
<details>
520
550
<summary><b>Dataflows</b> – Click to expand</summary>
|**Dataflows**|`Domo Dataflows are similar to Microsoft Fabric Dataflows, enabling reusable ETL logic.`|[Fabric Dataflows](https://learn.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflows-introduction-self-service)|
599
-
|**Date Tables & Time Intelligence**|`Domo supports date dimensions; Fabric/Power BI recommends dedicated date tables for time intelligence`|[Time intelligence in DAX](https://learn.microsoft.com/en-us/dax/time-intelligence-functions-dax)|
600
-
|**Calculations**|`Domo Beast Modes ≈ Power BI Calculated Columns/Measures (DAX)`|[DAX basics in Power BI](https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-calculated-columns)|
601
-
|**Measures**|`Domo Aggregations/Beast Modes ≈ Power BI Measures`|[Create and use measures in Power BI](https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-measures)|
602
-
|**Conditionals**|`Domo CASE WHEN ≈ DAX IF/SWITCH.`|[DAX IF and SWITCH](https://learn.microsoft.com/en-us/dax/if-function-dax)|
603
-
|**Star Schemas**|`Domo supports joins; Fabric/Power BI recommends star schema for performance.`|[Star schema guidance](https://learn.microsoft.com/en-us/power-bi/guidance/star-schema)|
0 commit comments