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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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