Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Number Overlap in Beyondsoft Calendar Visual

Hello,   I am trying to display the number of orders that came in every day of the current/last month using the Beyondsoft calendar visual from the marketplace. These are the inputs that I am using...
  • jdbuchanan71's avatar
    7 years ago

    Hello Anonymous 

    The measure you are displaying, [Distinct Count of OrderID], does it combine together two amounts?  I was messing the the visual making a measure to display [Sales Amount] and [Sales Last Year]

    Overlap = [Sales Amount] & [Sales Last Year]

    In the visual the numbers run over each other.

    If I force a line break into the measure though I can get them to stack.

    Overlap = [Sales Amount] & "
    " & [Sales Last Year]

    The trick is to put and ALT + Enter in between the "" in the measure