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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi, am currently using the formula formula
HI, @Anonymous
Sample data and expected output would help tremendously. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
And from your formula:
New New Migrated =
VAR _CloudCheck =
LOOKUPVALUE (
CustomerOrderItems[Cloud or Prem],
CustomerOrderItems[CustomerOrders.1.CustomerID], CustomerOrderItems[CustomerOrders.1.CustomerID],
CustomerOrderItems[Cloud or Prem], "Cloud"
)
VAR _OnPremCheck =
LOOKUPVALUE (
CustomerOrderItems[Cloud or Prem],
CustomerOrderItems[CustomerOrders.1.CustomerID], CustomerOrderItems[CustomerOrders.1.CustomerID],
CustomerOrderItems[Cloud or Prem], "On Prem"
)
RETURN
IF ( _CloudCheck <> BLANK () && _OnPremCheck <> BLANK (), TRUE (), FALSE () )
All the result of each row will return false. we couldn't find out the logic of it.
Please share your logic and expected output based on some sample data.
Best Regards,
Lin
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 43 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |