Forum Discussion
Ckg_PBI
3 years agoRegular Visitor
Error GA4 import from BigQuery to PowerBI tables columns unnested values record types
Hello I am loading data of GA4 in PowerBI , no problem on connection and loading the data , but when accessing at columns tables there are some important problems regarding nested alues 1- Column...
km267
1 year agoFrequent Visitor
Set up a daily load from big query to a warehouse. Unnest the data in your pipeline. I used Data Factory (retrieve your data from bigquery using query as your source. Write bigquery SQL to unnest within ADF) that worked for me.