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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
Anonymous
Not applicable

SQL Server and PowerBI DirectQuery mode

Hi all,

 

I have a client masterfile table included in my data model. The table is linked in DirectQuery mode from a SQL Server. In the table query I have added some lines to mock up the data but when I try to replace values in a column based on condition I fail and get the following message: 

 

cfugge_0-1666870740587.png

This is the step I need to do:

 

= Table.ReplaceValue(#"Filtered Rows", each [Group], each if [Group] = "” then [Company] else [Group], Replacer.ReplaceValue, {"Group"})

 

Practically I need to have all cells in column Group filled either with the preexisting value or with the value present in the Company column (both text fields)

 

I can't believe this is not possible in DirectQuery mode. What am I doing wrong?

 

Thanks,

C.

2 REPLIES 2
Anonymous
Not applicable

Hi there, thanks for your reply.

 

I did actually try the first method above and it did not work. After adding the new column I couldn’t populate it conditionally and got the same message. I will try the second solution (If I can find the way). At the end if nothing works I will accept the import mode but we are talking about a very large table to be possibly used in several reports and would be a real waste of space.

 

Many thanks indeed; I will let you know how it goes.

 

Regards,

C.

DataInsights
Super User
Super User

@Anonymous,

 

One approach would be to add a custom column in Power Query with the "if" statement, and then remove the original column Group. You could also use custom SQL with a CASE statement. With custom SQL, you'll need to put all transformations in the SQL (no M transformations).





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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