Forum Discussion

CyrilMoysset's avatar
CyrilMoysset
Frequent Visitor
9 years ago
Solved

merge with InnerJoin

Hey, I want merge (with Table.NestedJoin(...JoinKind.Inner)) a sample of 300k people with a page of 1 million people for example but time to merge is too much long... I have some questions about merg...
  • v-qiuyu-msft's avatar
    v-qiuyu-msft
    9 years ago

    Hi CyrilMoysset,

     

    If I understand correctly, it seems that you want to retrieve data from Facebook, right?  There are some samples you can refer to:

     

    Tutorial: Facebook analytics using Power BI Desktop

    Facebook page insights with Power BI

     

    And about your original questions, I agree with MattAllington, and would like to deliver my opinions:

     

    - For calculate is it better to choose numerical format (123) than text format (ABC) or it is not relevant ? 

     

    It depends on which results you need to get, as there are text functions and math function in DAX and M query for us to calculate. It would be better to choose the data type in a specific scenario. Sometimes, those two data types can be converted, see: Data types in Power BI Desktop.

     

    - DAX language in Pivot is more effective than M language for bigadata ? if so what is the efficient calculation ? 

     

    I would suggest you to know the What's the difference between DAX and Power Query (or M)?. As DAX uses functions to work on data that is stored in tables, while Power Query (M) is querying data sources, clean and load data. It would be better to shape data in Power Query.

     

     

    Best Regards,
    Qiuyun Yu

     

     

     

     

    Best Regards,
    Qiuyun Yu