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,
Is it possible to create below formula in PBI?
=IF(OR(G8="A";G8="B");IF(ISBLANK(T8);"C";"D");VLOOKUP(G8;Matrix!A:B;2;0))
Thanks in advance
Solved! Go to Solution.
Hi @olivkalivka,
If you formula not contains any function who request value from specific cell, I think it is possible.
Calculate column formula:
LookUP =
IF (
OR ( Table[G] = "A"; Table[G] = "B" );
IF ( Table[T] = BLANK() ; "C"; "D" );
LOOKUPVALUE ( Matrix[B]; Matrix[A]; Table[G] )
)
Regards,
Xiaoxin Sheng
Hi @olivkalivka,
If you formula not contains any function who request value from specific cell, I think it is possible.
Calculate column formula:
LookUP =
IF (
OR ( Table[G] = "A"; Table[G] = "B" );
IF ( Table[T] = BLANK() ; "C"; "D" );
LOOKUPVALUE ( Matrix[B]; Matrix[A]; Table[G] )
)
Regards,
Xiaoxin Sheng
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 41 | |
| 20 | |
| 19 |