Forum Discussion

eddmund95's avatar
eddmund95
New Member
3 years ago

Scenario to data modelling

Hello,

 

This is the data that I'm having.

PO_DOC_NUMBERRenewal TermNext RenewalTotal PriceTotal Price (USD)MRC (USD)
180200733121/2/20231800229.824229.824
180200696121/8/2023141121801.82016150.1517
180200716244/1/2024432005515.776229.824
180105733321/3/202315001584.585528.195
180300874361/6/20233240032400900
18010506061/7/20237867.628311.2750921385.213
1801019926027/2/20272400025353.36422.556

 

Each of this PO means the commitment that the company needs to pay to supplier.

For illustration purpose, the second data (180200696) means that the PO is going to be renewed on 21 Feb 2023, with 12 months of contract term in total value of USD 1801.82. So each month will be commitment of USD 150.15.

I need to display a column chart to show the monthly commitment of this PO. In this case, Feb 2023, Mar, Apr ... Jan 2024 i will have to pay my supplier USD 150.15 per month. Is there a way for me to display such data in column chart? How can i do so in Power BI?

1 Reply

  • The logic from getting from a renewal date of 1/8 to 21/2 is beyond me. I will assume it is correct but it's am lacking a formula. 

     

    Also it is beyond my knowledge how you can generate multiple dates (1 for each month) from 1 date using dax and then use this calculation in Power BI.

     

    Instead i would create a table holding per contract per date the commitment 

    Then create you visual based on this new table

     

    Good luck