This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 25 | |
| 21 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 62 | |
| 34 | |
| 33 | |
| 24 | |
| 23 |