Forum Discussion

AliceW's avatar
AliceW
Icon for Power Participant rankPower Participant
7 years ago

Filters / using them for a new column

Hello good people!

After many attempts, I gave up home of solving this myself so here I am. Your time on this will be appreciated.

 

So, I have a table showing the Opportunities present in a given date (with some details such as their Forecast Category, Region, or Subscription ACV value).

For example, on 24-Apr we had 3 Opportunities, on 14-May 4 etc.

The 'INITIAL/FINAL' column is the key. The user selects which date is INITIAL and which date is final via an awesome variable.

What I would need is, for every line labeled INITIAL (in this case, 24-Apr), to have a new column (say, 'Final Subscription'), where the number from the FINAL line appears.

 

Check out the PBIX file: Test PBI.pbix

 

 

 

 

 

 

I've tried with some measures but nothing :( Please help!

Thank you,

Alice

 

3 Replies

  • v-yuta-msft's avatar
    v-yuta-msft
    Icon for Community Support rankCommunity Support

    AliceW ,

     

    Based on your sample data and description, you want to move the Final Date Subscription to the INITIAL Date rows based on user selection, right? So why the fourth line in table visual can't be moved?

     

     

    Regards,

    Jimmy Tao

    • AliceW's avatar
      AliceW
      Icon for Power Participant rankPower Participant

      Hi v-yuta-msft Jimmy,

      I can't figure out how to copy the Subscription ACV value in the 'final' line of the same Opp number in a new column in the 'initial' line.

      I'd like to have both 'initial' and 'final' Subscription ACV value of, say, Opp #1 in the 'initial line.

      I was thinking to maybe creating a new table (somehow) with only the 'final' versions and connect it to the existing one. Then, I could go crazy with the RELATED function and bring everything in, as it would be a many-to-one relationship.

      Thanks!

      Alice

  • v-yuta-msft's avatar
    v-yuta-msft
    Icon for Community Support rankCommunity Support

    AliceW ,

     

    Based on your sample data and description, you want to move the Final Date Subscription to the INITIAL Date rows based on user selection, right? So why the fourth line in table visual can't be moved?

     

     

    Regards,

    Jimmy Tao