Hi All,
I want to extract date in the table. I have Month and number between 1 to 31, it there any function that help me extract date for the month. I don't want to use concatenate function as data type for concatenate is text format.
Month Attribute Date
8/01/2017 1 08/01/2017
8/01/2017 2 08/02/2017
8/01/2017 3 08/03/2017
6/01/2017 10 06/10/2017
Thanks,
Zuheb
Solved! Go to Solution.
Hi @Anonymous,
Based on my test, you should be able to simply use the formula below to add a calculate column to your table to extract data for the month in this scenario.
Date = Table1[Month] + Table1[Attribute] - 1
Note: just replace 'Table1' with your real table name.
Regards
Hi @Anonymous,
Based on my test, you should be able to simply use the formula below to add a calculate column to your table to extract data for the month in this scenario.
Date = Table1[Month] + Table1[Attribute] - 1
Note: just replace 'Table1' with your real table name.
Regards
Working for me thanks...
Hi @Anonymous,
Try the DATEADD function using the LEFT/RIGHT you can get the information from other columns to add the year/month/day.
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsCome together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
364 | |
96 | |
64 | |
54 | |
38 |
User | Count |
---|---|
356 | |
110 | |
73 | |
60 | |
50 |