Forum Discussion
Help with Measure
- 8 years ago
Hi Dallen,
Thanks so much for the quick response. The conditional sum measure worked perfectly.
Additionally, I will be using a slicer on COLUMN2 and could use additional help adding that feature to the measure.
Thanks again!
Hi iskruger - Welcome to Power BI and the Power BI Community!
I'm relatively new to Power BI so I hope this is helpful. When creating your measure try the following after clicking the "New Measure" button:
Conditional Sum = CALCULATE(SUM(TableName[COLUMN3]), TableName[COLUMN2] > "1")
The logic here, in human readable terms, calculates the sum of the rows in column 3 where the rows in column 2 are greater than 1.
I hope this helps!
- iskruger8 years agoFrequent Visitor
Hi Dallen,
Thanks so much for the quick response. The conditional sum measure worked perfectly.
Additionally, I will be using a slicer on COLUMN2 and could use additional help adding that feature to the measure.
Thanks again!
- Anonymous8 years agoNot applicable
Glad to hear it worked!
I'm uncertain what the rules are for continuing to post on a thread once the original question has been solved. I think you're okay to continue posting on this thread for myself and others in the community to see.
Also, I'd encourage you to search the forums before you post. In my experience, I've found that the answers to my questions are already here, I just needed to put together the right search terms.
- iskruger8 years agoFrequent Visitor
Thank again!