March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi Good day,
Can someone pls need assistance on my query, I have table with Week No. and I want to add column with Week name on its week no. something like below.
Thank you
Solved! Go to Solution.
Hi @AllanBerces ,
Create a new column on your table with the following DAX:
Week ID = "Week: " & Table[Week No.]
Make sure to replace the table and column names with your owns
Hi @AllanBerces ,
Create a new column on your table with the following DAX:
Week ID = "Week: " & Table[Week No.]
Make sure to replace the table and column names with your owns
You're welcome @AllanBerces
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
113 | |
75 | |
57 | |
52 | |
44 |
User | Count |
---|---|
157 | |
113 | |
63 | |
60 | |
50 |