Forum Discussion
Anonymous
4 years agoNot applicable
How to pull the data for specific Column?
Excel file I want to pull the data for the two measures. For the first measure, I want to pull the data for the past month from the 0th Column. I created first measure1. And for the...
lbendlin
4 years agoSuper User
Measure1 = CALCULATE(sum('Projektprognos (2)'[Value]),'Projektprognos (2)'[Attribute]=0)
Measure2 = CALCULATE(sum('Projektprognos (2)'[Value]),'Projektprognos (2)'[Attribute]>0)
Anonymous
4 years agoNot applicable
Thank you for the suggestion however measure2 I tried the same method however I cannot get these values in highlighted
- lbendlin4 years agoSuper User
Please state your calculation rules again. I am not clear which rule should be applied for attribute 0 versus the other ones.
- Anonymous4 years agoNot applicable
I want pull always the data for 2022/05/23/(always from present date) the green highllighted from attribute 1 to 12. 2nd measure
Measure2 = CALCULATE(sum('Projektprognos (2)'[Value]),'Projektprognos (2)'[Period]=2022-05-23) However it is not working to pull the data for attribute 1 to 9 on specific period 2022-05-23