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 ...