Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 65 | |
| 39 | |
| 33 | |
| 23 |