Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Experts
I have a matrix table, in that based on my output column I need to sum from two columns. could you please help me how to do that.
there are three columns selected. Let me know if need any further details
In the same matrix table, I need a new column which is CF - FL = Output.
Category | Actuals | Plan | CF | FL | CF - FL |
CA | 79977 | 13481 | 176283 | 899932 | |
CD | 49817 | 13683 | 125146 | 553024 | |
CDT | 56014 | 13483 | 123338 | 595184 | |
CDPL | 52788 | 855834 | 127691 | 596230 | |
CM | 18833 | 508201 | 127691 | 33 | |
ROW | Category | ||||
Column | Ver | ||||
Values | Revenue |
If you are talking about the matrix visualisation, then I think you'd need a new measure rather than new calculated column. Which would be something like:
CF - FL := var cf = calculate(sum(revenue);ver="CF") var fl = calculate(sum(revenue);ver="FL") return cf-fl
If you are talking about power query side of things, then you'd need to make new column in PowerQuery -> Add column -> select CF -> From number -> standad -> substract -> choose FL.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
8 | |
7 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
3 |