Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
In our products' data we have two kinds of versions. Version_Number and Terget version. In our previous query in other tool these two fields are or logic. But when I edit query in Power BI desktop it will became and logic. Any suggestion for this issue? Thanks in advance.
Solved! Go to Solution.
I found a advanced way to achieve or logic in Power BI Desktop. Using Advanced Options to add SQL Statement before loading data. Below is my SQL Statement. Thank you anyway.
select * from [Table] where version_number ='V10.0' or Target_Rlease ='V10.0'
In that case, You can build two queries and append one on another. This can satisfy your OR requirement. Unless there is no specific terms to filter, it will use only AND logic in the query.
I found a advanced way to achieve or logic in Power BI Desktop. Using Advanced Options to add SQL Statement before loading data. Below is my SQL Statement. Thank you anyway.
select * from [Table] where version_number ='V10.0' or Target_Rlease ='V10.0'
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.