Forum Discussion
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
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.
1 Reply
- v-jianboli-msftCommunity 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.