Forum Discussion
glaucolrc
5 years agoNew Member
Translating SQL Queries to DAX Queries
Sirs, I'm having trouble converting this sql query to dax. SELECT SUM(VALOR) FROM TB_Lancamentos WHERE TipoLancamento = 'RPIU' AND NOT EXISTS ( SELECT ID_Lancamento ...
lbendlin
5 years agoSuper User
Instead of trying to convert apples to oranges (also known as "fighting the API") you will want to write down the business question you are planning to answer, and then you can construct your Power Query or DAX code step by step to solve that question.
Please provide sample data in usable format (not as a picture) and show the expected outcome.