Forum Discussion
DaleK
4 years agoFrequent Visitor
Create a new table with distinct values
Hi I am trying to create a new distinct table. My source data has the following fields: Store ID, Department, Month, Total Sales I need understand how I can create a table which will display t...
- 4 years ago
DaleK , Based on What I got
Summarize(Table, Table[Department], "Stores", count(Table[Store ID]))
refer
Summarize - https://www.youtube.com/watch?v=qE5KBp4uP0g
Or use Group by in Power Query
amitchandak
Super User
4 years agoDaleK , Based on What I got
Summarize(Table, Table[Department], "Stores", count(Table[Store ID]))
refer
Summarize - https://www.youtube.com/watch?v=qE5KBp4uP0g
Or use Group by in Power Query