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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
alexmoller96
Regular Visitor

Create a table with username and week number / year increasing

Hi All,

 

I need help in creating a new table. Here is the problem:

 

I have a table containing usernames, and a week numbers / year as well as a lot of other items.

 

I want to create a table separate combining username, each week number and each year them to look a little something like this:

 

UsernameWeekYear
A12023
A22023
A32023
B12023
B22023
B32023

 

Is that possible using DAX? 

 

Thanks in advance,

Alex

1 ACCEPTED SOLUTION
eliasayyy
Super User
Super User

im not sure but try 

New Table = 

SUMMARIZE(
'YourTable',
'YourTable'[Username],
'YourTable'[Week],
'YourTable'[Year]
)

View solution in original post

3 REPLIES 3
eliasayyy
Super User
Super User

im not sure but try 

New Table = 

SUMMARIZE(
'YourTable',
'YourTable'[Username],
'YourTable'[Week],
'YourTable'[Year]
)

Exactly what I needed, thank you so much 🙂

eliasayyy
Super User
Super User

can you please share a sample data from your table to better understand what you want

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.