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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
villa1980
Resolver II
Resolver II

Min and All except in Power Query

Hi All,

 

 I am trying to replicate a DAX expression within Power Query which I can then use to filter the underlying data, however, when trying to replicate it within Power Query I am getting blanks when should be returning values.

Is something very simple I am not doing in Power Query, but any help would be good

 

DAX Expression

Min_Index = CALCULATE(
    MIN(Sheet1[Index]), ALLEXCEPT(Sheet1,Sheet1[Combination])
    )
 
POWER QUERY
List.Min([Index],[Combination])

Many Thanks
 
Alex
1 ACCEPTED SOLUTION
wdx223_Daniel
Community Champion
Community Champion

NewStep=let a=Table.Group(YourTable,"Combination",{"min",each List.Min([Index])}) in Table.AddColumn(YourTable,"MinIndex",each a{[Combination=[Combination]]}[min])

View solution in original post

4 REPLIES 4
wdx223_Daniel
Community Champion
Community Champion

NewStep=let a=Table.Group(YourTable,"Combination",{"min",each List.Min([Index])}) in Table.AddColumn(YourTable,"MinIndex",each a{[Combination=[Combination]]}[min])

Hi wdx223_Daniel,
Thanks for the reply, wow that is quite complicated compared to DAX 🙂

I have added the column with your formula but unfortunately still comes back blank. I have included the screenshot below to show it.

So as you can see I have many lines for 2 entities in the Combinations Column, would like it to say 1 as the Min Index

villa1980_0-1720776490549.png

 

could you please show your hard code?

Hi @villa1980 

 

To resolve the issue, share your implementation of the provided solution by @wdx223_Daniel and make sure that code section includes at least the previous and next step as well

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.