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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

Custom Column error with Calculate Filter DAX

I had perfectly working custom column, which worked fine when created in "Data" view of Power BI. No errors.

When I deleted column and tried to create again in "Edit Query" view (Edit Query->Add Column->Custom Column->Custom Column Formula), I'm getting error. Why exactly same DAX formula is not working?

 

MachineId =

CALCULATE (

FIRSTNONBLANK ( Machine[MachineId], 1 ),

FILTER ( ALL ( Machine ), Machine[MaintenanceId] = MachineSelectedForUnion[Code] )

)

 

Table_Calculate_Error.png

1 ACCEPTED SOLUTION
MartynRamsden
Solution Sage
Solution Sage

Hi @Anonymous 

 

You can't use DAX within Power Query - Power Query uses the M language.

 

Best regards,

Martyn.

 

View solution in original post

2 REPLIES 2
cosminc
Post Partisan
Post Partisan

Hi,

 

check the relationship, it was posible to had breaken when you deleted the column.

 

Hope it helps,

Cosmin

MartynRamsden
Solution Sage
Solution Sage

Hi @Anonymous 

 

You can't use DAX within Power Query - Power Query uses the M language.

 

Best regards,

Martyn.

 

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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