Forum Discussion

dnauflett's avatar
dnauflett
Frequent Visitor
2 years ago
Solved

Where Do I Start With Consuming Source Files That can be Queries in Fabric Data Warehouse

Hello,   I know how to do this in AWS, but want to make sure I start on the correct path with MicroSoft Fabric Warehouse.    We receive 520 files from our core system everyday.  We want to create a...
  • frithjof_v's avatar
    frithjof_v
    2 years ago

    What BI tool will you use? (Power BI?)

     

    Will you query the files directly from your BI tool? Or will you load the data from the files into delta tables first, and then query the delta tables from your BI tool?

     

    Could you write the contents of your files into a Delta table (by using Notebook), and use Notebook to add the Business Effective Date as a column in the Delta table?