Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hola
¿Puede alguien ayudarme a tener mil separadores en esta fórmula dax por favor?
Quiero añadir separador a la segunda carta como la primera.
Gracias 🙂
Solved! Go to Solution.
@FZOU , Trate de
"Total" y formato(sum('Total Resource'[resources]), "#,###") y " K"
O
"Total" y formato(sum('Total Resource'[resources])/1000, "#,###") y " K"
Consulte la siguiente parte del blog para formatos
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-custom-format-strings
@FZOU , Trate de
"Total" y formato(sum('Total Resource'[resources]), "#,###") y " K"
O
"Total" y formato(sum('Total Resource'[resources])/1000, "#,###") y " K"
Consulte la siguiente parte del blog para formatos
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-custom-format-strings