Skip to main content

I'm trying to figure our how to create a filter for a data set I have on some software license logs. I think I need an LOD function, but having trouble getting my head around them.

 

each user gets a session ID and each row in the table of data applies to a module that has been checked out. I've like to filter out any sessions that use one particular feature. Simplified example below, I'd like to filter out any session that uses "module 3", so i can just count the unit usage of sessions that don't use that module.

 

Help with LOD expression on some log files

4 answers
  1. Jun 20, 2023, 11:14 PM

    @Chris Geatch​ 

    You are right Chris, I wanted to use the true value. I would rewrite my calc as:

    {FIXED [Session]:NOT MAX([Module] = "Module 3")}

    And it is the way I like it, just select the true value in the filter shelf when dragging the calculated field.

     

    If this post resolves the question, would you be so kind to "Select as Best"?. This will help other users find the same answer/resolution and help community keep track of answered questions. Thank you.

     

    Regards,

     

    Diego Martinez

    Tableau Visionary and Forums Ambassador

0/9000