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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
D5omino
Regular Visitor

azure table storage Data size limit

hello all!

ive written a little console app that hits a sql DB exposed through a rest api . i then grab each record of each table and create a record in a single Azure Table Storage Table with records from table “A” being created with partition key of “A” and records from table “B” being created with parition key “B” and so on.. so all my sql tables are represented by partition keys matching the name of the sql table. Great! now for consuming this table in power bi my idea is that i would create a calculated table from the single azure storage table for each parition key. So in essence i would have a replica (of sorts) of my sql database in powerbi missing relationships of course which would need to be manually created but thats another post 🙂 . could i get some guidance on how to go about this ? Is this possible? would i have to manually create each calculated table (almost 600 tables!) or is there a dax/m query that i could write to say something like “ for each patition key create a calculated table with the rows that match the same partition key”

i hope this question makes sense and look forward to hearing your feedback!

joey
1 REPLY 1
D5omino
Regular Visitor

sorry about the title im not sure how that happened. should have read “ azure table storage calculated table for each partition key”

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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