Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Reading parquet files from blob storage

Hi,

 

I have a service on Azure working called Time Series Insights. This service stores data into a blob storage in a .parquet format. I would like to access this data from Power Bi.

 

When I connect to the blob storage however I am only given 'meta data' on what is in the container, not the actual data in the .parquet. See below:

 

Capture.PNG

 

What can I do differently, or what haven't I done, to access and create visualisations of the data within the .parquet?

 

Any advice on how to move forward would be appreciated.

 

Thanks

 

1 ACCEPTED SOLUTION

Hi @Anonymous ,

 

1. click Transform Data:

form-data.png

2.Then,click on Binary just to double check your data.

binary0.png

3.Click on To Table. A window will open, click Ok.

binary.pngToTable.png

4.Click on the arrows to the right of the column named “Column1”. Here, uncheck the optionUse original column name as prefix - this will add unnecessary prefixes to your variable names. If you have an alert with List may be incomplete, click on Load more… and then Ok.

powerbi loadmore.png

5.Your dataset will finally appear. Click on Close and Apply, and wait for the changes to apply. Your data is now ready for any Power BI dashboard!

datasetblob.png

 

Here is the reference.

 

Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!

View solution in original post

6 REPLIES 6
Greg_Deckler
Community Champion
Community Champion

The flavor says "butter"


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
amitchandak
Super User
Super User

Refer, if this can help

http://www.johndehavilland.com/blog/2019/06/10/parquet-files-with-powerbi.html

https://community.powerbi.com/t5/Desktop/Reading-Data-in-PowerBI-from-parquet-format-file-from-ADLS-...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Unfortunately the first link's solution using Apache isn't scalable in my application. I need the PBI dashboard to do it natively or using cloud resources.

 

The second link deals with ADLS instead of blob storage. Unfortunately Time Series Insights only sits on a blob storage component so I can't switch to ADLS Gen2. 

 

Any way for me to achieve this? 

@Anonymous , more seriously though, .parquet files are often associated with rubbish Python code so I would recommend maybe using the pandas library in a Python query step perhaps:

 

https://arrow.apache.org/docs/python/parquet.html

 

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

@Greg_Deckler I have no control over the file format. Files stored on the account for Time Series Insights are sent directly from eventhubs. Files start as .json and get sent through Azure functions through eventhubs into Time Series Insights storage account.

Hi @Anonymous ,

 

1. click Transform Data:

form-data.png

2.Then,click on Binary just to double check your data.

binary0.png

3.Click on To Table. A window will open, click Ok.

binary.pngToTable.png

4.Click on the arrows to the right of the column named “Column1”. Here, uncheck the optionUse original column name as prefix - this will add unnecessary prefixes to your variable names. If you have an alert with List may be incomplete, click on Load more… and then Ok.

powerbi loadmore.png

5.Your dataset will finally appear. Click on Close and Apply, and wait for the changes to apply. Your data is now ready for any Power BI dashboard!

datasetblob.png

 

Here is the reference.

 

Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors