The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
75 | |
70 | |
39 | |
30 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
48 | |
46 |