Forum Discussion

Chamari's avatar
Chamari
New Member
11 months ago
Solved

Creating a new column that counts rows per month data from a different tables

Hi all,   I have three tables, REL, RE and Call Volumes. I am trying to create ttwo new column in the call volumes that shows a count of the number of REL and RE that occurred in that month/year. ...
  • kushanNa's avatar
    11 months ago

    Hi Chamari 

     

    are you looking for an ouput similar to this ? 

     

     

    If this is what you are looking for, then you do not need to creating calculated columns, you can do it using only measures for the calculations. I had to create a measure for each requirement and also a date table. I also noticed that your dates are in European format, which could be the reason why you are having issues formatting them.

    Please find attached a sample PBIX file I created for your reference.