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.
Hello,
My name is Javi and I am starting to use power Bi in my company.
I have a doubt with apply a value of filter in a if sentence.
This is my filter and I need to know its text value ( LRP1,LRP2,..) to use in a if sentence.
In this moment, I have it:
And I use it in a if:
It is a If sentence to calculate difference sums depends on FILTRO LRP value but I have an error.
Could I help me?
Many thanks.
Solved! Go to Solution.
You can try to create measures with following formulas.
FILTRO_LRP = IF ( HASONEVALUE ( Tipos[nombre] ), VALUES ( Tipos[nombre] ) )
LRP1 = IF ( [FILTRO_LRP] = "LRP1", 1, 2 )
Best Regards,
Herbert
You can try to create measures with following formulas.
FILTRO_LRP = IF ( HASONEVALUE ( Tipos[nombre] ), VALUES ( Tipos[nombre] ) )
LRP1 = IF ( [FILTRO_LRP] = "LRP1", 1, 2 )
Best Regards,
Herbert
It´s work. Thank you very much to all.
YOU SHOULD USE "ALLSELECTED" or "HASONEVALUE" function to get the value of slicer.
I am trying this but it does not work
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.