Forum Discussion
Anonymous
3 years agoNot applicable
MAXIF Custom Column
hi All, I am able to created a calculated column for MAXIFS in power BI. However, I am not able to see the calculated column when editing query. (If I'm wrong about the ability to edit query for cal...
- 3 years ago
Hi, Anonymous ;
If you create columns with DAX, you can't see them in Power Query, and if you create custom columns in Power Query, you can see them on desktop, which is by design. Depending on your formula, if you convert to Power Query, you can use Group By.
Then expand it.
The final result:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
3 years agoNot applicable
I have included the calculated column formula here;
Latest Revision = Calculate(MAXA(ligechCdeaff[ind_devis]),FILTER(ligechCdeaff,ligechCdeaff[CdeAffaire.cod_affaire]=EARLIER(ligechCdeaff[CdeAffaire.cod_affaire]))).
Any advise to convert this to custom column formula will be greatly appreciated