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.
Gostaria de saber se há como usar o tacômetro pra dados, como por exemplo. É preciso resolver essa tarefa, caso seja antes de 10 dias, ficaria inferior ao verde, se fosse resolvido entre 10 e 20 dias, ficaria no amarelo e acima de 30 dias ficaria no vermelho. Mas como base só temos dados completos de início e fim da tarefa (dd.mm.aaaa).
Alguém saberia me informar se consigo converter esses dados dentro do Power BI para conseguir colocá-los dentro do indicador?
Solved! Go to Solution.
Hi @TMoreira
You can add a calculated column with DATEDIFF function to calculate the duration days between two dates.
Duration = DATEDIFF('Table'[Start Date],'Table'[End Date],DAY)
Then use it in a gauge visual or a tachometer visual. I created a sample with a custom visual. Use a slicer to toggle between tasks.
There are several custom visuals you can try to achieve a similar result.
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
Hi @TMoreira
You can add a calculated column with DATEDIFF function to calculate the duration days between two dates.
Duration = DATEDIFF('Table'[Start Date],'Table'[End Date],DAY)
Then use it in a gauge visual or a tachometer visual. I created a sample with a custom visual. Use a slicer to toggle between tasks.
There are several custom visuals you can try to achieve a similar result.
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
User | Count |
---|---|
84 | |
81 | |
65 | |
52 | |
46 |
User | Count |
---|---|
100 | |
48 | |
42 | |
39 | |
38 |