Composite Model DirectQuery and Import Data Combined Evolution Begins in Power BI

แชร์
ฝัง

ความคิดเห็น • 9

  • @yoshihirokawabataify
    @yoshihirokawabataify 6 ปีที่แล้ว +2

    Nice, thank you for overview of Composite model, Many-to-Many relation, Storage mode.
    I hope more detail movies each feature, and real scenario.

  • @gFowmy
    @gFowmy 6 ปีที่แล้ว +1

    Thanks Reza
    I was able to get some of my questions answered from this video.

  • @JamesManjackalMSFS
    @JamesManjackalMSFS 6 ปีที่แล้ว

    When I am using an streamed dataset then I cannot add any other souces of data to my reports, and I cannot create any relationship... Do you know if this issue changes using these composed models?

    • @RADACAD
      @RADACAD  6 ปีที่แล้ว

      The streaming dataset is totally different in the structure, you cannot create a composite model for streaming dataset. it is only for DirectQuery at the moment. if you want to bring more data fields into a streaming dataset, you need to combine all in one table and send them through you JSON entry from application code.

  • @shreyaprasad6350
    @shreyaprasad6350 4 ปีที่แล้ว

    Can we create relationship/join these two tables based on multiple columns?

  • @victorarayal
    @victorarayal 6 ปีที่แล้ว

    Great!
    What about DAX? It would be possible to use all the power of DAX? Or the same limitations with direct query? do you know?

    • @RADACAD
      @RADACAD  6 ปีที่แล้ว

      You can create a calculated table, and measure. you can also create a calculated column in Import data tables. those DAX calculations that use DirectQuery tables, will need to set the ability to have "unlimited DAX measures in DirectQuery mode" in Power BI options. However, it is not recommended, as it may put heavy queries on the data source.

  • @fredrikchristiansson2663
    @fredrikchristiansson2663 5 ปีที่แล้ว

    Hi, I have the latest version but can not find the feature?! Version: 2.75.5649.582 64-bit (november 2019). Any ideas? Thank for your clip.

    • @RADACAD
      @RADACAD  5 ปีที่แล้ว

      You can see this option, when you use a DirectQuery source, and then also Import data from another (or the same) source. then your mode will change to Mixed Mode.