Skip to main content

Power BI

Needs Votes

HDF5 data source

Vote (35) Share
Denis Kolodin's profile image

Denis Kolodin on 18 Mar 2016 16:37:04

It's hard to import scientific data (from simulation models as example) in HDF5 format. There is Specs for: https://www.hdfgroup.org/HDF5/

Comments (2)
Denis Kolodin's profile image Profile Picture

Lance W on 06 Jul 2020 00:07:31

RE: HDF5 data source

Its not perfect but you can use python data connector to get h5 data. I am still voting though to get this added directly.

Example:

import pandas as pd

protus = pd.read_hdf(file)

Denis Kolodin's profile image Profile Picture

Michael Peters on 05 Jul 2020 22:49:00

RE: HDF5 data source

We also have loads of HDF5 data which we only can make use of in Power BI when converting them. This is quite inconvenient, when the data-sets are large. Direct support in Power BI would be highly appreciated.