Hello PB Community Good Day
Looking to update my Calendar Table with the following:
from yyyy 2021 and month Nov to Nov-21
Much appreciate your time
Thank You
Solved! Go to Solution.
Hello
If I wanted to create a new column in a table what would the logic be. I don't have a date in the table below.
Regards,
@PBI-Curious
With month and YYYY columns it would go like this:
CustomFormat = FORMAT(DATE('Table'[Year],'Table'[Month],1),"MMM-YY")
Proud to be a Super User!
Hello
If I wanted to create a new column in a table what would the logic be. I don't have a date in the table below.
Regards,
@PBI-Curious
With month and YYYY columns it would go like this:
CustomFormat = FORMAT(DATE('Table'[Year],'Table'[Month],1),"MMM-YY")
Proud to be a Super User!
Hi,
This logic should do this:
Proud to be a Super User!
Hello ValtteriN
Much appreciate your help!
Thank you
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!