Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
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
User | Count |
---|---|
25 | |
21 | |
20 | |
13 | |
13 |
User | Count |
---|---|
40 | |
28 | |
27 | |
23 | |
21 |