cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Anonymous
Not applicable

Table with filtered rows

How can I filter in the table only the lines where the values of "Conversion Time"> "Upper Limit Express Conv"

 

tabela.png

Since "Upper Limit Express Express" is a variable that is adjusted with Date slicer

 

I tried with
Filter Column =
       UpperLimit VAR = [Upper Limit Express Conv]
RETURN IF ([Conversion Time]> UpperLimit, 1.0)
but I can't call [Conversion Time] in the function

1 REPLY 1
Anonymous
Not applicable

I am not to understand column names...i am guessing last two columns in visual are measure...n if you want to check then simplt use
If( measure1< measure2,1,0)
Add this to visual level filter and set it to 1

If last two columns are not measure then try this measure
If(max(table[col1]<max(table[col2]),1,0)

Thanks,
Pravin

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors