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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a table that shows two columns of values (Initial Cost and Access Cost): one caluclated by a SUMX measure, and one just summing straight from the source data. Each column is empty when the other has values, and I am trying to merge them so that it only shows in one column. Is there a way to do this in the table/matrix, or do I have to create a new value/measure for this? If so, how can I sum them?
Solved! Go to Solution.
Hi,
Share the download link of the PBI file.
@JamieMcConaghy , You need a new measure = [Intial Cost]+[Access Cost] , if both are measure
if they are columns
New measure = sum(Table [Intial Cost])+Sum(Table [Access Cost])
One is a measure and one is a column, so I don't see how to combine them.
Ah okay, that all looks good now. Thanks.
User | Count |
---|---|
97 | |
77 | |
77 | |
47 | |
26 |