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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
NewPBIe
Helper II
Helper II

Direct Query - New Table with some Values from a Direct Query Table

Hello everybody, 

 

I need to work on a direct query dataset and for some advanced filtering I need to split a String Value in more Substrings, each to be assigned to a separate column. I tried with a SWITCH + CONTAINS Query but I received Error Message "The expression specified in the query is not a valid table expression.".

 

Is possible to generate a table from values in a direct query?

 

Thank you in advance!

 

 

 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @NewPBIe ,

If I understand correctly, you are trying to get a column which include special charactes of strings by creating a calculated table. Am I right? According to the error message, it caused by using scalar function to create a calculated table. What's the formula of your calculated table? 

Power BI DAX Back to Basics: Scalar Vs. Tabular Functions - RADACAD

You can refer the following official documentation to create a calculated table:

Using calculated tables in Power BI Desktop - Power BI | Microsoft Learn

 

If the above ones can't help you get the expected result, please provide some raw(fake) data in your direct query table (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It would be helpful to find out the solution. You can refer the following link to share the required info:

How to provide sample data in the Power BI Forum

Best Regards

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @NewPBIe ,

If I understand correctly, you are trying to get a column which include special charactes of strings by creating a calculated table. Am I right? According to the error message, it caused by using scalar function to create a calculated table. What's the formula of your calculated table? 

Power BI DAX Back to Basics: Scalar Vs. Tabular Functions - RADACAD

You can refer the following official documentation to create a calculated table:

Using calculated tables in Power BI Desktop - Power BI | Microsoft Learn

 

If the above ones can't help you get the expected result, please provide some raw(fake) data in your direct query table (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It would be helpful to find out the solution. You can refer the following link to share the required info:

How to provide sample data in the Power BI Forum

Best Regards

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.