Forum Discussion

mateoc15's avatar
mateoc15
Advocate II
2 years ago
Solved

Creating a ribbon chart with non-date X axis

Hello.  I have a data set of web pages visited by a user.  I'm analyzing how users get to the search page and where they go from there.  There is no date involved, and all I have seen in tutorials is...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi,mateoc15 

    Thank you for your reply.

    I apologize for not understanding your needs and providing the wrong answer.

    Based on your latest description, I've created the following test, which hopefully meets your expectations

    C_result = 
    SWITCH(TRUE(),
    'case04'[Page Name]="Search Results","Search Results",
    CONTAINSSTRINGEXACT('case04'[Referring Page Name],"Search Results"),"Destination Page",
    "Source Page"
    )
    

    Please let me know if I give a response that does not meet your expectations.
    Looking forward to your reply.

    I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.

    Best Regards,

    Carson Jian,

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.