Changing the display of links

I want to change the name of the link that is shown to something of my own (6/29/2022 on my screenshot), like in example:

 

CONCATE ([DateID].[Date] , [DateID].[Time])

 

 1.png2.png

P.S. The logic of my application does not allow to select the cell Date as datetime, only DATE

Solved Solved
1 15 295
1 ACCEPTED SOLUTION

The following may help. If not, try explaining your question again.

  • Create a new column with an App formula that combines the date and time values from other columns.
  • Mark that column as the table's Label column.

FYI: CONCATE is not a function. Maybe you mean CONCATENATE.

View solution in original post

15 REPLIES 15
Top Labels in this Space