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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
Dom87326
Helper II
Helper II

Computed Entity in Dataflow

Hello,

 

Problem statement: We are trying to create a computed entity in dataflows on existing dataflow table that's source is a snowflake instance housed in AWS with built in connector (without gateway). :

Source = Value.NativeQuery(Snowflake.Databases("Server_name","Warehouse_name"){[Name="Table_name"]}[Data],
"SELECT * from Table_name#(lf)WHERE ""%DATE_KEY"" >= '"&DATE_KEY&"'", null, [EnableFolding=false
])
Where Date Key is Text type Date parameter. We also perform some calculations on a new entity whose source is the referenced entity, such as merging other tables.  
 

We want to know: It seems that when we add this Computed Entity Tab;e (See attached Capture1, table Fact) to the datamodel in DirectQuery it return an error (see attached Capture2, Error), however original Source Fact work fine.

 

If anyone has similar axperience, any help would be highly appreciated. 

 

Thanks! 

 

Capture2.JPG

 

Capture1.jpg

 

1 ACCEPTED SOLUTION
v-easonf-msft
Community Support
Community Support

Hi,  @Dom87326 

This is a  general error message, and it is difficult to investigate the specific cause based on this.

You need to create a support ticket in Power BI Support for further investigation.They will have better suggestions.

 

Best Regards,
Community Support Team _ Eason

View solution in original post

1 REPLY 1
v-easonf-msft
Community Support
Community Support

Hi,  @Dom87326 

This is a  general error message, and it is difficult to investigate the specific cause based on this.

You need to create a support ticket in Power BI Support for further investigation.They will have better suggestions.

 

Best Regards,
Community Support Team _ Eason

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors