Forum Discussion
Tekuii
4 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
Memorable Member
4 years agoHi,
what is the data type of the original column that you did sum in your measure and also have you checked the aggregation type of the column in Tabe visual?
Appreciate your Kudos
- Tekuii3 years agoFrequent Visitor
Hi, thanks for your support, here it is how the aggregation is at the moment
And the data type is set to "Whole Number"