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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hey guys,
I have create this measure:
Solved! Go to Solution.
Hi @Raul,
You don't have to use the M. You can use the calculated column instead. Please refer to the snapshot below. The formula could be like below, which is also the DAX.
Col. Renda =
IF (
LEFT ( RendaSocietats[Concepte Renda]; 5 ) = "FFG01";
LOOKUPVALUE (
ServeisClients[Colaborador];
ServeisClients[CodServei]; "REN";
ServeisClients[CodClient]; RendaSocietats[CodClient]
);
BLANK ()
)
Best Regards,
Dale
Hi @Raul,
You don't have to use the M. You can use the calculated column instead. Please refer to the snapshot below. The formula could be like below, which is also the DAX.
Col. Renda =
IF (
LEFT ( RendaSocietats[Concepte Renda]; 5 ) = "FFG01";
LOOKUPVALUE (
ServeisClients[Colaborador];
ServeisClients[CodServei]; "REN";
ServeisClients[CodClient]; RendaSocietats[CodClient]
);
BLANK ()
)
Best Regards,
Dale
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 |
|---|---|
| 103 | |
| 81 | |
| 65 | |
| 50 | |
| 45 |