'Datediff or count in powerbi for negative values
I have connected to the live database..I want to calculate the count of days between two columns, example start day and end day. one output of count if start day is greater than end day and another if end day is greater than start day.
I've tried this:
Count = Calculate(Count ('Table'[Project]),Table[Startday]>Table[endday])
But I cant write Table(enddate) instead it ask for particular date in string format"02/02/2022"
Can anyone help me to solve this issue using measure
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
