Forum Discussion

danny3313's avatar
danny3313
Regular Visitor
2 years ago

Convert query to dax within table loop

Hi, I'm new to DAX... anyone can help me to convert this query to DAX.. i keep fail to get the result same as this query SELECT DISTINCT TOP(10) [ITEM], COUNT([ITEM]) AS 'count' FROM [TABLE_...