Forum Discussion
Donnajones
4 years agoFrequent Visitor
Working with Quick Measures
I have been working on what should be a simple quick measure for hours, and need help I have a list of staff and and projects. I want to see the AR Total for only the staff selected but it conti...
- 4 years ago
I resolved my issue. thanks
Donnajones
4 years agoFrequent Visitor
this is my new measure
AR Balance total for File Holder =
CALCULATE(
SUM('AR Data'[AR Balance]),
ALLSELECTED('Projects'[File Holder])
)
- luohen4 years agoResolver II
Hi Donnajones ,
Could you please provide some sample data(exclude sensitive data) with Text format and your expected result with special examples and screenshots. It is better if you can provide me a simplified pbix file. Thank you.