Forum Discussion
Slow matric
- 7 years ago
HI, Anonymous
I think your formula is very simple.
And if you try this formula:
= CALCULATE(DISTINCTCOUNT('Major table'[ENR_Chrono]);FILTER('Major table';'Major table'[ENR_Statut_de_traitement]="Réalisé"&&RELATED(equipe_IBM[ENR_IBM_Team])="oui"))
Or you could try to merge two tables into one table as below:
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Best Regards,
Lin
HI, Anonymous
I think your formula is very simple.
And if you try this formula:
= CALCULATE(DISTINCTCOUNT('Major table'[ENR_Chrono]);FILTER('Major table';'Major table'[ENR_Statut_de_traitement]="Réalisé"&&RELATED(equipe_IBM[ENR_IBM_Team])="oui"))
Or you could try to merge two tables into one table as below:
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Best Regards,
Lin
- Anonymous7 years agoNot applicable
Hi,
Ok I'll try to merge the 2 tables because with your measure my matrix are really slow too.
Thank you !