Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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
User | Count |
---|---|
84 | |
80 | |
69 | |
46 | |
46 |
User | Count |
---|---|
106 | |
45 | |
42 | |
39 | |
39 |