Forum Discussion
Tekuii
3 years agoFrequent Visitor
Diferent results from query inside Postgres SQL and Power BI
So, I have a VIEW with this query SELECT
aap.qtd_procedimento,
COUNT(aap.qtd_procedimento) as soma_raio_x
FROM
arq_agendal aa
INNER JOIN arq_agenda_procedimento aap ON aap.chave ...
MahyarTF
3 years agoMemorable Member
To be honest, nothing.
But just for test, create new power bi and bring the query individually and test it,
I know maybe, it will not be useful, but sometimes, something is cashed, and couldn't see that.
Tekuii
3 years agoFrequent Visitor
I've created a brand new project, and still getting same result as before.