Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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