Sample Header Ad - 728x90

Group by in DAX like in SQL

0 votes
1 answer
256 views
How can I convert this SQL statement to DAX? SQL query and tables: select SUM(Kiekis ) from Info left outer join Prekes on Info.PrekeID = Prekes.PrekeID left outer join PrekiuGrupes on Prekes.PrekiuGrupeID = PrekiuGrupes.PrekiuGrupeID group by PrekiuGrupesID enter image description here
Asked by Kristina Kristina (21 rep)
Mar 2, 2020, 07:48 AM
Last activity: Mar 2, 2020, 04:07 PM