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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
sandeep540
Regular Visitor

indexing a dataset in power bi cloud for faster processing

If I upload a dataset with 40 columns and 1 million rows, which is output of joining 5-6 tables in db! Once published the dataset resides in cloud for mashup!

 

Now I want to make sure the report being generated using the dataset is rendered fast without any lag or buffering! For this is it possible to create my own index (or indices) on the dataset for quick processing!

 

Please share your thoughts!

4 REPLIES 4
ashishrj
Power Participant
Power Participant

@sandeep540 You cannot create indexes in Power BI dataset as in SQL DB but you can connect your datatset using direct query for faster processing and querying !

@ashishrj DirectQuery doesn't mean faster processing and querying. It is mechanism to keep your data on premise if you can't publish to cloud. Using Import method would be faster as data is is cloud and cached which you don't get with DirectQuery.

 

Hi,

 

A dataset with 40 columns and 1 million rows is nothing to worry about. The Azure engine what poweres Power BI Service can process your data any level your want. However, there is a concern if you have all of that in our table, aggregating, grouping, etc... will take some processing time as with any tool. If this is the setup you have, I suggest you break the single table into multiple tables and map out the relationship. That will definitely help.

 

Regards,

Fahd

ankitpatira
Community Champion
Community Champion

@sandeep540 I don't think you can create indexes on the dataset that is published in cloud nor can you do that in power bi desktop. You may not have any performance related problems since your data is up in cloud ready to be visualised in cloud. However you will experience longer time in getting that data refreshed from data source.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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 Kudoed Authors