Forum Discussion
cgallegos
4 years agoRegular Visitor
Dynamic Column Headings - Dates Over Time
Hi - I am wanting to have column headings that change as my dashboard is refreshed or updated. For example, I'd like the below "current week" heading to say "Jan 14-20" as the values in that col...
- 4 years ago
I initially implemented this as a DAX calculated column but then realized this would not work as it doesn't sort the result correctly. I reverted back to the standard method of supplying an external calendar table instead. See attached for both options.
cgallegos
4 years agoRegular Visitor
Let me know if you need any additional data.
lbendlin
4 years agoSuper User
I initially implemented this as a DAX calculated column but then realized this would not work as it doesn't sort the result correctly. I reverted back to the standard method of supplying an external calendar table instead. See attached for both options.
- cgallegos4 years agoRegular Visitor
Thank you!!