Forum Discussion
rafacabral
5 years agoRegular Visitor
Tabela Virtual dinamica
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...
- 5 years ago
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
PaulDBrown
Community Champion
5 years agoApologies 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