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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
arie_energy
New Member

How to import Hierarchical Data Format (HDF) files in Power BI?

Is there a way to import Hierarchical Data Format (HDF) files in Power BI, e.g. files with a .h5 file extension?

 

I have a bunch of large datasets that I want to import and visualize in Power BI.

2 REPLIES 2
chuongho
New Member

You can achive that by use load with python script.

import pandas as pd
import warnings
import os
import time
from tables import NaturalNameWarning
warnings.filterwarnings('ignore', category=NaturalNameWarning)
store = pd.HDFStore('data.h5')
df = store.get('df')
store.close()
df.head()
lbendlin
Super User
Super User

would you mind providing a sample .h5 file?

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.