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
Preciso criar uma tabela dinamicamente. O trecho abaixo mostra um pouco do meu problema.
Tabela =
var dataselecionada = DATE(2021,5,1)//SELECTEDVALUE('Sim1 Fornecimento'[Date])
return
FILTER(All(Calendario), Calendario[Date] = dataselecionada)
Colocando o valor de dalaselecionada como uma constante o resultado filtra corretamente.
Tentando pegar o valor a partir da seleção do campo (parte comentada), a variável vem nula.
a mesma variavel em um cartão exibe o valor seelcionado corretamente.
Solved! Go to Solution.
Apologies for not answering in Portuguese.
the problem is that calculated tables cannot be dynamic. They are created when the model is loaded and remain static.
you will need to consider using a measure where you can create (dynamic) virtual tables for calculations
Proud to be a Super User!
Paul on Linkedin.
Apologies for not answering in Portuguese.
the problem is that calculated tables cannot be dynamic. They are created when the model is loaded and remain static.
you will need to consider using a measure where you can create (dynamic) virtual tables for calculations
Proud to be a Super User!
Paul on Linkedin.
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 | |
| 23 | |
| 22 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 41 | |
| 27 | |
| 22 | |
| 20 |