Skip to main content
Charlie Mouy 님이 #Tableau Desktop & Web Authoring에 질문했습니다

Hello Tableau Community!

 

I work for a Telecom company and we're trying to figure out the number of customers we have by internet speed. We want to look at this month over month.

 

In our data tables, we have customers, the customers billed amount by each month, and also the dates they disconnected.

 

We want to exclude the customers from our reports when and after they've disconnected internet service.

 

Is there a calculation that I can use to best achieve this?

답변 6개
  1. 2024년 2월 20일 오후 11:32

    Hi @Charlie Mouy​ 

    Would it be as simple as:

     

    [Disconnected date] < today()

    That would result in True or False - True means they have already had their disconnection processed and not a current customer.

     

    I'm assuming that you can have future-dated disconnects and you still want to include those. Also "normal" customers might have a null value for a disconnect - you would need to check your data.

     

    ----------------------------------------------------------------------------------------------------------------

    Please upvote my helpful replies & choose Select as Best Answer if it really is the best :)

0/9000