March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
Register NowGet certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare 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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
Check out the November 2024 Power BI update to learn about new features.
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 |