Forum Discussion
KH_Mike
5 years agoHelper III
Combine two Number Field with certain format
Hi All, I have two columns which are "Year" & "Month", the "Year" column is something like 2020, 2021 ...etc. The "Month" column right now is 1, 2, 3 ...etc. I would like to use DAX to create a n...
- 5 years ago
Hi, KH_Mike
Please check the below picture, whether it is what you are looking for.
It is for creating a column.
year & month = 'Calendar'[Year] & FORMAT( 'Calendar'[date], "mm")Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: https://www.linkedin.com/in/jihwankim1975/
Jihwan_Kim
5 years agoSuper User
Hi, KH_Mike
Please check the below picture, whether it is what you are looking for.
It is for creating a column.
year & month = 'Calendar'[Year] & FORMAT( 'Calendar'[date], "mm")
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: https://www.linkedin.com/in/jihwankim1975/