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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
FValluch
New Member

How to write conditional function in PQ

Hello, 

 

I have a few columns in PQ editor. I would need to write function into PQ: 

 

If column "E" => 5 milions, stay in the report

If column "E" <5 milions, then stay in the report only if suma (G:L) >500.000

So for example, all the lines from 2-20 should be visible and also line 21 and 23.

How to use function? Or is it possible to use function in the filter? 

FValluch_1-1695033428101.png

 

Many thanks for any advice.

1 ACCEPTED SOLUTION

hello, @FValluch 

Table.SelectRows(your_table, (x) => x[E] >= 5000000 or List.Sum(Record.FieldValues(Record.SelectFields(x, {"G", "H", "I", "J", "K", "L"}))) > 500000)

 and replace all chars with actual column names. 

 

View solution in original post

2 REPLIES 2
FValluch
New Member

There is a function in XLS, which is actualy working:

=KDYŽ([@Celkem]>=5000000;"REPORT";KDYŽ([@Suma]>=500000;"Report";NEPRAVDA))

hello, @FValluch 

Table.SelectRows(your_table, (x) => x[E] >= 5000000 or List.Sum(Record.FieldValues(Record.SelectFields(x, {"G", "H", "I", "J", "K", "L"}))) > 500000)

 and replace all chars with actual column names. 

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

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.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.