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! Request now

Reply
Syndicate_Admin
Administrator
Administrator

Import mode fonts and DirectQuery

Good afternoon.

I have to put together a report where certain data is obtained through a query about the Data Warehouse that is found in Azure SQL Server using the import mode (table A). The other part of the data is obtained through a query on the basis of the transactional system that is in Oracle using directQuery mode (Table B).

Both tables have the same structure. Example:

Table 1

GroupIndicatorGuyMatter
Group 1Indicator 1Type 1Matter
Group 1Indicator 2Type 1Matter
Group 1Indicator 3Type 2Matter

Table 2

GroupIndicatorGuyMatter
Group 2Indicator 4Type 1Matter
Group 2Indicator 5Type 1Matter
Group 2Indicator 6Type 2Matter

In the report I have to show the data from both tables in an array. Example:

GroupGuyIndicatorMatter
Group 1Type 1Indicator 1Matter
Group 1Type 1Indicator 2Matter
Group 1Type 2Indicator 3Matter
Group 2Type 1Indicator 4Matter
Group 2Type 1Indicator 5Matter
Group 2Type 2Indicator 6Matter

In order to assemble the matrix as I indicate, I used in Power Query Editor the functionality of combining --> Append Queries as New. I call the new table Table. This new table is import mode.

I put together the report using the data contained in Table and publish it. I set the update schedule to run twice a day so that I can update table1.

When I update the report using the button I see in the screenshot, it does not update the online data that corresponds to table 2.

gncasalis_0-1661452516299.png

They know how I can get the data updated d

2 REPLIES 2
v-xiaotang
Community Support
Community Support

Hi @Syndicate_Admin 

Thanks for reaching out to us.

>> The other part of the data is obtained through a query on the basis of the transactional system that is in Oracle using directQuery mode (Table B).

When I update the report using the button I see in the screenshot, it does not update the online data that corresponds to table 2.

Do you mean, when you click refresh button, tableA will refresh, but tableB and New table won't refresh?

 

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

Good morning.

With the scheduled update running twice a day, all three tables are updated (Table A --> import mode, Table B --> QueryDirect mode, and Table --> Combination of Table A and Table B that is created in import mode). This is fine.

What I need is for Table A to be updated twice a day using scheduled updates (this is done correctly), Table B to be updated online every time the button marked in the screenshot is pressed (this is done correctly) and table (joining Table A and Table B by combining in Power Query Editor) is also updated with table A data that has been imported. through programming and Table B with online data.

gncasalis_0-1661770498571.png

Best regards.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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