Forum Discussion

mrothschild's avatar
mrothschild
Icon for Continued Contributor rankContinued Contributor
7 years ago

Using slicers to populate or enter data into tables

Very new to PowerBI.

 

Here are links to .PBIX and .XLS table, respectively for reference.

 

https://www.dropbox.com/s/rbjoqspdjdmtquq/Power%20BI%20Forum%20Sample.pbix?dl=0

https://www.dropbox.com/s/5vobo0j9b1j72hk/Slicer%20Inputs.xlsx?dl=0

 

I have a dashboard with one chiclet slicer, and 5 slider slicers.

 

 

  • Project Number [chiclet slicer]
  • Acquisition Cost
  • Revenue Yield
  • Start Month
  • Start Year
  • Duration (mos)

 

From these inputs, I'd like to generate a new table that looks loosely as follows.  Then when I select a different Project Number, I'd like it to add the different inputs to the Table below.  On a related note, is it possible to change the "Project Number" slicer to a "Project Name" from a dropdown list?

 

 

 

Project NumberAcquisition CostRevenue YieldStart MonthStart YearDuration CountCalendar DateRevenue
2501%5201960 15/31/20190.5
2501%5201960 26/30/20190.5
2501%5201960 37/31/20190.5
2501%5201960 48/31/20190.5
2501%5201960 59/30/20190.5
2501%5201960 610/31/20190.5
2501%5201960 711/30/20190.5
2501%5201960 812/31/20190.5
2501%5201960 91/31/20200.5
2501%5201960 102/29/20200.5
2501%5201960 113/31/20200.5
2501%5201960 124/30/20200.5
2501%5201960 135/31/20200.5
2501%5201960 146/30/20200.5
2501%5201960 157/31/20200.5
2501%5201960 168/31/20200.5
2501%5201960 179/30/20200.5
2501%5201960 1810/31/20200.5
2501%5201960 1911/30/20200.5
2501%5201960 2012/31/20200.5
2501%5201960 211/31/20210.5
2501%5201960 222/28/20210.5
2501%5201960 233/31/20210.5
2501%5201960 244/30/20210.5
2501%5201960 255/31/20210.5
2501%5201960 266/30/20210.5
2501%5201960 277/31/20210.5
2501%5201960 288/31/20210.5
2501%5201960 299/30/20210.5
2501%5201960 3010/31/20210.5
2501%5201960 3111/30/20210.5
2501%5201960 3212/31/20210.5
2501%5201960 331/31/20220.5
2501%5201960 342/28/20220.5
2501%5201960 353/31/20220.5
2501%5201960 364/30/20220.5
2501%5201960 375/31/20220.5
2501%5201960 386/30/20220.5
2501%5201960 397/31/20220.5
2501%5201960 408/31/20220.5
2501%5201960 419/30/20220.5
2501%5201960 4210/31/20220.5
2501%5201960 4311/30/20220.5
2501%5201960 4412/31/20220.5
2501%5201960 451/31/20230.5
2501%5201960 462/28/20230.5
2501%5201960 473/31/20230.5
2501%5201960 484/30/20230.5
2501%5201960 495/31/20230.5
2501%5201960 506/30/20230.5
2501%5201960 517/31/20230.5
2501%5201960 528/31/20230.5
2501%5201960 539/30/20230.5
2501%5201960 5410/31/20230.5
2501%5201960 5511/30/20230.5
2501%5201960 5612/31/20230.5
2501%5201960 571/31/20240.5
2501%5201960 582/29/20240.5
2501%5201960 593/31/20240.5
2501%5201960 604/30/20240.5
       end  
          
          
          
          
          
          

2 Replies

  • v-piga-msft's avatar
    v-piga-msft
    Icon for Resident Rockstar rankResident Rockstar

    Hi mrothschild,

     

    I have a little confused about your scenario. 

     

    As I understand, do you want to get the dropdown slicer like below?

     

     

    In addition, it seems that you want to get the output you post.

     

    If it is, please refer to the Page 4 in my attachment.

     

    If you still need help, please describe the logic which could get your desired output in more details so that we could help further on it.

     

    Best  Regards,

    Cherry

    • mrothschild's avatar
      mrothschild
      Icon for Continued Contributor rankContinued Contributor

      Thank you, and apologies for the delayed response, I was traveling yesterday. 

       

      Your Page 4 is helpful and a great start, but not quite the solution.  

       

      The calendar month in your Page 4 starts at 10/31/18, and I want it to start, per the slide at May 2019 - I'll add in EOMONTH( ) to resolve the day.  

       

      In the table in my original post, I showed monthly revenue of 0.5, which was the 1% [Revenue Yield] Value in your slider * the 50 of [Acquisition Cost] value.

       

      Lastly, what I'd like is to be able to add project, say 37, and append all the data shown on Page 4 to either an existing table, or create a new table from it that I can then use for visuals on Page 2.

       

      Thanks!