Forum Discussion

Raul's avatar
Raul
Post Patron
7 years ago

Filter SQL statement

Hello everybody, I have this source from SQL query for a Power BI file:       WITH TotalCostes1 AS (SELECT SUM(Coste) AS TCoste1, [Cod_ cliente], Areas FROM dbo.AuxFact AS F1 WHERE (CodConcepto ...