Forum Discussion
Anonymous
4 years agoNot applicable
Can the start date facet in the Storyteller Visualization be appended to the title facet?
It would be helpful for our report consumers to see the specific start and/or end date when hovering over a data point on the "linear" timeline representation in addition to displaying the "title" facet, otherwise the specific date is not known to the user.
- Anonymous4 years ago
Solved: we added a custom column where:
Text.From([Column1]) & Text.From(" ") & Text.From([Column2]) & Text.From(" ") & Text.From([DateColumn])
1 Reply
- AnonymousNot applicable
Solved: we added a custom column where:
Text.From([Column1]) & Text.From(" ") & Text.From([Column2]) & Text.From(" ") & Text.From([DateColumn])