Forum Discussion
Dax calculation using two different date columns
Hello,
I have two different dates, the first shows how many orders I received and the second shows how many I fulfilled.
I want to make one table that shows how many orders I received in a certain month and how many I fulfilled. Is there a way to calculate how many orders were fulfilled after removing the date of the second month like in the second table?
Hi User38690 ,
you have to use a date table with one active relationship to Column "Month_1" and one inactive relationship to Column "Month_2"
Please see my pbi file Dax calculation using two different date columns.pbix
Best Regards
mangaus1111If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
2 Replies
- mangaus1111Solution Sage
Hi User38690 ,
you have to use a date table with one active relationship to Column "Month_1" and one inactive relationship to Column "Month_2"
Please see my pbi file Dax calculation using two different date columns.pbix
Best Regards
mangaus1111If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
- User38690Regular Visitor
Thank you, it was really helpfull