Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello,
I have two tables, one has the name of articles and its date of creation. The other table has positive (1) and negative (-1) votes in a single column.
How can I visualize the number of positive and negative votes for each article?
Solved! Go to Solution.
I would imagine something like:
PositiveCount = CALCULATE(SUM(Table[Column]),Table[Column] = 1) NegativeCount = CALCULATE(SUM(Table[Column]),Table[Column] = -1) * -1
I would imagine something like:
PositiveCount = CALCULATE(SUM(Table[Column]),Table[Column] = 1) NegativeCount = CALCULATE(SUM(Table[Column]),Table[Column] = -1) * -1
It worked, but I have some articles that do not have votes and when I put your formula they disappeared.
Thanks.
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 56 | |
| 43 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 123 | |
| 108 | |
| 44 | |
| 32 | |
| 24 |