Forum Discussion
merge with InnerJoin
- 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 YuBest Regards,
Qiuyun Yu
Thank you for your response
The article seems me very interesting I'm going read this
I want transform facebook data for marketing issues, I can use Query for that or I can use my own system linked to facebook API where data extracted is in database MySQL (phpmyadmin) but i don't known is one or the other is more adapted to transform data ?
In any case a paying version can help me ?
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
- CyrilMoysset9 years agoFrequent Visitor
Hey thank you for your response
I already read these tutorials and I know the method for little tranformations. I have marketing issue in my job and I would work with social networks big data, nowadays I have a merging problem but tomorrow I will have difficulties with visuals. I would like use the network graph but it loads very few data
for my main problem, merging : I will turn to SQL solution
I note your informations, thank you