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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

power bi + power automate > expression contains ?

Hello,

I want to automate a powerBI report generation in PDF via power automate.
And I would like to add a filter in power automate.
Can you tell me how to configure the "ReportLevel Filters Filter-1" field please ? 

Thank you

Pauline

1 ACCEPTED SOLUTION
selimovd
Super User
Super User

Hello @Anonymous ,

 

yes, they have to have the format like described in the documentary.

So the easiest version would be:

myTable/myColumn eq 'value'

 

If you have multiple values you can use:

myTable/myColumn in ('value1', 'value1') 

 

You can also test that in the browser. Open the report and add after the URL:

?filter=myTable/myColumn eq 'value'

If the URL already has a question mark you can add the filter with a "&" sign:

powerbi.com/.../ReportSection?noSignUpCheck=1&filter=myTable/myColumn eq 'value'


Then the report should be filtered to the desired result.

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hello,
Sorry I was away for a while!
Unfortunately I can't test your solution because to do what I want, I need a premium license and I don't have it ...
Thank you for your feedback anyway, it will certainly help another person!

Pauline

selimovd
Super User
Super User

Hello @Anonymous ,

 

yes, they have to have the format like described in the documentary.

So the easiest version would be:

myTable/myColumn eq 'value'

 

If you have multiple values you can use:

myTable/myColumn in ('value1', 'value1') 

 

You can also test that in the browser. Open the report and add after the URL:

?filter=myTable/myColumn eq 'value'

If the URL already has a question mark you can add the filter with a "&" sign:

powerbi.com/.../ReportSection?noSignUpCheck=1&filter=myTable/myColumn eq 'value'


Then the report should be filtered to the desired result.

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 

Hey @Anonymous ,

 

did it work with the ReportLevel Filters?

I'm curious if you could solve this issue 🙂

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Kudoed Authors