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.
Hi, I use the following Measure to add up the totals from 4 tables.
Solved! Go to Solution.
hi @Anonymous
try to plot the Month column from cost table and a measure like this:
AvgCost =
DIVIDE(
SUM(Cost[Cost]),
[Total Tickets Closed]
)
hi @Anonymous
how many tables do you have and how are they related?
Hi @FreemanZ There are five tables in total, one each for Incident, Change, Service Requests and Problem Records and one for Costs. They are related by Month. It's called Month in one table and Closed in the other four, but the data is all in the same format, just the column name different.
hi @Anonymous
try to plot the Month column from cost table and a measure like this:
AvgCost =
DIVIDE(
SUM(Cost[Cost]),
[Total Tickets Closed]
)
Apologies for the delay, I have been on holiday. Worked perfectly, many thanks.
no problem at all. hope you enjoyed and now fully charged to charge ahead. ☕
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
10 | |
10 | |
9 | |
7 |
User | Count |
---|---|
17 | |
12 | |
11 | |
11 | |
10 |