Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
DaleK
Frequent 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 the Departments as a distinct list with the number of stores per Department.

Department EG: Retail, 4 Stores

 

This table needs to be dynamic and only show active stores in the data source.

 

Thanks

 

Dale

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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

https://docs.microsoft.com/en-us/power-query/group-by

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@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

https://docs.microsoft.com/en-us/power-query/group-by

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

PBI_Carousel_NL_June

Fabric Community Update - June 2024

Get the latest Fabric updates from Build 2024, key Skills Challenge voucher deadlines, top blogs, forum posts, and product ideas.

Top Solution Authors