I have a to build 5-6 Reports from 4 datasets in Power BI, one solution is to load the datasets from csv files and create it
I was thinking of using Azure Table Storage with 4 tables, keep all the data and then build the Report in Power BI.
Here is my question, Since Azure Table Storage is a NoSQL database, how will be the performance? will it give me good performance for say 100000 records (entity) in Power BI?
How is the refresh? should I need a Enterprise Connector for refresh from Azure table storage?