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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Stan11
Frequent Visitor

Filter function in connection with parameters

Hello!

 

I am trying to use the filter function with parameters.

 

Desired behavior would be that all rows with an ID>3 are not displayed.

Unfortunately, the value "0" is always transferred. That means, all 6 rows are displayed.

No matter what I set with the slider.

(First screenshot)

 

If I write the "3" directly in the dax expression, it works.

(Secound screenshot)


What am I doing wrong?

 

Unbenannt-1.jpg

 

 

 

 

Unbenannt-2.jpg

4 REPLIES 4
serpiva64
Super User
Super User

Hi,

take a look at this exemple

serpiva64_0-1677177409348.png

 

Does this mean, that only with the "filter" function, my example does not work?

 

And that I have to use the "calculate" function additionally?

jst_jdennis
New Member

Based on what you've shared, it seems like the issue may be with the way you're passing the parameter value to the filter function.

In your first DAX expression, you're using the following syntax to pass the parameter value to the filter function:

'Parameter'[Parameter-Wert]

This syntax is correct for referencing the parameter value in your DAX expression. However, it's possible that the issue is with the way the parameter is defined in your report. Make sure that the parameter is correctly defined as a numeric value in your report, and that the name and spelling of the parameter match what you're using in your DAX expression.

In your second DAX expression, you're directly referencing the value "3" in the filter function. This works because the value is hardcoded into the expression. If you want to use a parameter value instead, you can modify the expression to use the same syntax as in your first expression:

Tabelle = FILTER(farben1, farben1[ID] > 'Parameter'[Parameter-Wert])

This should filter out all rows with an ID greater than the parameter value.

I hope this helps! Let me know if you have any further questions.

 

Credit: ChatGPT | DAX filter function issue. (openai.com)

I just checked it again. Both the IDs and the table with the parameters are defined as integer / whole number (= Ganze Zahl)

I also tried it once by converting both to decimal. Unfortunately it does not work there either.

 

Unbenannt.JPG

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

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

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.