Forum Discussion

RonitShah's avatar
RonitShah
New Member
1 year ago
Solved

Tooltip Issue in Calendar Visual by MAQ Software

I added name in event but than why i am seeing time before the name of the event.
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi RonitShah ,
    Thank you for reaching out to the Microsoft Fabric Community Forum!

     

    Upon reviewing the the provided screenshots. I tried creating it with sample data,below steps may help you to get the desired output.

    • Create a new calculated column using below:
            EventDisplayName = [Event Name]
    • Create a new calculated column using below:
             FormattedEventName = [Event Name] & " (" &
      FORMAT([Start Time], "h:mm AM/PM") &
      " - " &
      FORMAT([End Time], "h:mm AM/PM") & ")"

    • In MAQ Calendar visual, drag the following(Book By,Type Name and Status) into the Tooltips field and add Start Date with ''Start Time'' and End Date with ''End time''.
    • Drag the ''FormattedEventName'' into the Event Name field.


    Please refer the sceenshot and attached file for your reference.


    If the solution meets your requirement,consider accepting it as solution.

    Regards,
    Pallavi.