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
prerak
Advocate I
Advocate I

[Redshift Connector] Issue with Direct Query on Power Bi Service

  • According to these blog posts, POwer BI service now supports the Red**bleep** connector
  • I am creating reports on some of my tables in PBI desktop and seamlessly publishing/consuming them on PBI Service.
  • BUT
    • there is this one table I have that is throwing me a bizzare error
    • DirectQuery error: 
      DirectQuery may not be used with this data source 
            - please consider moving to a supported data source or upgrading the SQL Server data source to the latest available version.
    • Weird this is that I have got 2 tables in this PBI Report.
      • One loads all fine. The other one throws this error
      • Attaching Schema
        • CREATE TABLE public.organizations_godview_temp
          (
          	timestamp_post TIMESTAMP ENCODE ,
          	year_post INTEGER ENCODE lzo,
          	month_post INTEGER ENCODE lzo,
          	teamid VARCHAR(32) ENCODE ,
          	activity_type VARCHAR(64) ENCODE ,
          	event_category VARCHAR(64) ENCODE lzo,
          	event_action VARCHAR(64) ENCODE lzo,
          	event_cat_action VARCHAR(64) ENCODE lzo,
          	activity_count INTEGER ENCODE lzo
          )
          DISTSTYLE EVEN
          SORTKEY
          (
          	teamid,
          	timestamp_post,
          	activity_type
          );
        • Any ideas as to what is the issue for this particular table?
          • I tried changing table name, but to no avail.
          • I tried dropping all columns, except one, but to no avail
1 REPLY 1
v-caliao-msft
Microsoft Employee
Microsoft Employee

@prerak,

 

Could please also provide another table's schema? Are there any special data type in this table? As a test, you could create another table in your source table and check if this issue persists or not.

 

Regards,

Charlie Liao

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