Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Solved! Go to Solution.
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
That being said, you could put your column with incoming/outgoing in a visual and then just place your other column in the visual and use the default aggregation of sum.
If you really want a measure, you could do something like:
Measure Incoming = SUMX(FILTER('Table',[Column]="Incoming"),[Column1]) Measure Outgoing = SUMX(FILTER('Table',[Column]="Outgoing"),[Column1])
User | Count |
---|---|
9 | |
8 | |
6 | |
6 | |
6 |