You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PowerBI can take a date and turn it into month, quarter, weekday as a plot ont he fly. It'd be nice to be able to have a quick way to generate all of these forms for plotting purposes.
PowerBI can take a date and turn it into month, quarter, weekday as a plot ont he fly. It'd be nice to be able to have a quick way to generate all of these forms for plotting purposes.
Potential Functions
Potential methods
works on a valid date time class only
type = returns
Potential Vars
date: month (factor), year (integer), day of week (factor), quarter (factor), day type ('weekend', 'weekday')
time: hour (integer: 12), hour2 (integer: 24), hour3 (factor| hour + am/pm), hour type ('am', 'pm'),
The text was updated successfully, but these errors were encountered: