Forum Discussion
ssvr
8 years agoHelper III
DAX Subtracting two measures
I created two measures 1)ActualHours 2)AllocatedHours
I want to subtract these two measure (ActualHours-Allocated Hours)
Can any one help me out
- Anonymous8 years ago
Hi,
Have you tried, creating a new measure as follows?:
diff = [ActualHours] - [Allocated Hours]
1 Reply
- AnonymousNot applicable
Hi,
Have you tried, creating a new measure as follows?:
diff = [ActualHours] - [Allocated Hours]