Forum Discussion
Month Columns in PBI Desktop
- 11 years ago
We're currently working on this for the desktop .... and it will be a unified experience in both the desktop and service. There are several date time features that will show up. This kind of automatic behavior is among the first that will arrive.
We're currently working on this for the desktop .... and it will be a unified experience in both the desktop and service. There are several date time features that will show up. This kind of automatic behavior is among the first that will arrive.
Yes, pls make it easier to auto detect or let us mark and easily inform the system this is month, year, a date or what ?
thanks and hope that's coming in fast.
- agraffeo2110 years ago
Helper I
apamauwas this ever solved?
- Anonymous10 years agoNot applicable
I am too having this issue, surly it is a basic problem?
- dexterz9 years ago
Helper II
Date =ADDCOLUMNS (
CALENDAR ( "2010-01-01", "2014-12-31" ),
"Year", FORMAT ( [Date], "YYYY" ),
"Quarter", "Q" & FORMAT ( [Date], "Q" ),
"Month", FORMAT ( [Date], "MM" ),
"Month", FORMAT ( [Date], "MMM" ),
"Weekday", FORMAT ( [Date], "ddd" ),
"WeekdayNum", WEEKDAY ( [Date], 2 ),
"Day", FORMAT ( [Date], "dd" ),
"Cal-Month", FORMAT ( [Date], "YYYY-MM" ),
"Cal-Month", FORMAT ( [Date], "YYYY" ) & "-Q"
& FORMAT ( [Date], "Q" ))
- amysmith9 years ago
Helper I
Hi, if you wish, you will be able to learn more here: