Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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.  

  • Anonymous's avatar
    Anonymous
    4 years ago

    Solved: we added a custom column where:

     

    Text.From([Column1]) & Text.From(" ") & Text.From([Column2]) & Text.From(" ") & Text.From([DateColumn])

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Solved: we added a custom column where:

     

    Text.From([Column1]) & Text.From(" ") & Text.From([Column2]) & Text.From(" ") & Text.From([DateColumn])