Add today's date? #442
Answered
by
marcosqlbi
ali-gangji
asked this question in
Q&A
|
Silly question: Is there a way to add a column for today's date? Thanks in advance. |
Answered by
marcosqlbi
Sep 21, 2022
Replies: 2 comments
|
The current version does not allow adding a new column to the calendar table, this is an operation that can still be done manually by editing the table expression. Date = ADDCOLUMNS(
DateAutoTemplate,
"Today", TODAY()
)We are working on a system to provide customized templates for date tables and the plan is to release such a feature for v1.0. |
0 replies
|
@ali-gangji You can now create custom templates: we will complete the full documentation for v1.0, in the meantime, you can already try it and use this documentation: https://docs.sqlbi.com/bravo/features/manage-dates/customize-date-template |
0 replies
Answer selected by
marcosqlbi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ali-gangji You can now create custom templates: we will complete the full documentation for v1.0, in the meantime, you can already try it and use this documentation: https://docs.sqlbi.com/bravo/features/manage-dates/customize-date-template