Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hola a todos
No estoy familiarizado con el uso de Power BI y al escribir esta fórmula de consulta de energía, recibo este error "Token entonces esperado" y no estoy seguro de cómo solucionarlo.
= if [P_LOC] in {"GAB", "DAB", "PAB"}
luego "BBB"
elseif [P_LOC] en {"GGG", "AGG", "BBB"}
luego "MMM"
else "Null"
Actualice el código de la siguiente manera:
=if List.Contains({"GAB", "DAB", "PAB"}, [P_LOC])
then "BBB"
else if List.Contains({"GGG", "AGG", "BBB"}, [P_LOC])
then "MMM"
else "Null"
Saludos
Neeko Tang
Si esta publicación ayuda, considere Aceptarlo como la solución para ayudar a los otros miembros a encontrarlo más rápidamente.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.