It's hard to import scientific data (from simulation models as example) in HDF5 format. There is Specs for: https://www.hdfgroup.org/HDF5/
3 Comments
- michael_peters1New MemberWe 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.
- lwoodsendNew MemberIts 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)
- fbcideas_migusrNew MemberStatus added:Needs Votes
Recent ideas
Add "Add to Dictionary" and "Ignore All" Functionality to Power BI Text Boxes
When creating professional Power BI reports, legitimate company names, project names, industry-specific terms and technical terminology are sometimes incorrectly flagged as spelling errors with a red...mmartelozzo3 hours agoNew MemberNew3Views0likes0CommentsFix Direct Lake semantic model binding in Deployment Pipelines
When deploying Direct Lake semantic models via Deployment Pipelines, the Lakehouse source is incorrectly treated as an external SQL source. This results in broken lineage and prompts for credentials....lk12312 hours agoAdvocate INew1.5KViews27likes2Comments:: operator for typecast in T-SQL
Introduce support for the ::type cast operator in Fabric Data Warehouse as syntactic sugar for the existing CAST(... AS type) expression. The new operator would be functionally equivalent and compile...jovanpop-msft14 hours agoMicrosoft EmployeeNew47Views7likes2CommentsAllow calls of Fabric SQL Database stored procedures from Data Warehouse
It would be great if there were a possibility to call a SQL Database stored procedures directly from a Data Warehouse stored procedures. A use case for this would be e.g. logging activities and even...Vojtech_Dolejsi17 hours agoNew MemberUnder Review2.9KViews13likes2Comments