Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I have the need to compute "Custom Revenue" by evaluating an OR condition between two dimension tables. The following DAX expression failes:
Custom Revenue:=
CALCULATE (
[Revenue]
,Table1[Column1] = "Hello" || Table2[Column1]= "World"
)
I understand why the above expression fails, but can't seem to figure out how to write a formula that works. Any ideas welcome!
I had something similar. Had to figure out if an account was past due then either use an abritrary date or the date on the record.
What I did was put the OR logic in a column, then used that column as the filter in my Calculate.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.