Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Wiene24
Helper II
Helper II

Two different averages in one table

Hi,

 

I have a little problem.

 

I have one table with costumors and there is recorded how the invoiceprocess goes.

I have another table with invoices and in there I have a colomn saying how fast after the order the invoice was sent.

 

Now I have a table that gives me from all costumers what there average is on how fast the invoice was send after the order.

I have a differente table that gives me from all invoiceprocesses the average on how fast the invoice was send after the order.

This second number I want to use in the first table to show the difference.

 

I have used this: 

Verschil = CALCULATE(AVERAGE('dba KO'[Datumverschil]);ALLEXCEPT('dba Relatie';'dba Relatie'[FacturatieWijzeCode]))
 
But then the table changes showing me rows without values, because they have a invoiceprocess but no invoice.
And because they dont have a invoice there is no average.
Gemiddelde verschil 1.PNGGemiddelde verschil 2.PNG
1 REPLY 1
v-danhe-msft
Microsoft Employee
Microsoft Employee

Hi @Wiene24 ,

What could you want to show with your Verschil measure? The difference between two average column are which two columns? Could you please offer your pbix and your desired result if possible?

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors