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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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