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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
AnjanaHaridasan
New Member

OR two fields in power BI

I am in a Business Object report to Power BI conversion. Basically I am drag and drop the fields from the Dataset created and so all the fields in the SQL 'WHERE '  clause are converted to filter fields/slicer visuals in Power BI. There is a criteria in the BO SQL that c.story_ty in (1,2)

AND

(

a.fc_Name like '%YYYY%'

OR

b.dep_name like '%YYYY%'

)

My question here is how do I implement the OR logic in Power BI slicer/filter ? I know that filters are  AND logic but these two fileds are from 2 tables 

1 ACCEPTED SOLUTION
v-jianboli-msft
Community Support
Community Support

Hi @AnjanaHaridasan ,

 

Field parameters allow users to dynamically change the measures or dimensions being analyzed within a report. This feature can help your report readers explore and customize the analysis of the report by selecting the different measures or dimensions they're interested in.

For more details, please refer to:

Let report readers use field parameters to change visuals (preview) - Power BI | Microsoft Learn 

 

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-jianboli-msft
Community Support
Community Support

Hi @AnjanaHaridasan ,

 

Field parameters allow users to dynamically change the measures or dimensions being analyzed within a report. This feature can help your report readers explore and customize the analysis of the report by selecting the different measures or dimensions they're interested in.

For more details, please refer to:

Let report readers use field parameters to change visuals (preview) - Power BI | Microsoft Learn 

 

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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