Forum Discussion
JbPa33
4 years agoHelper I
Formula between 2 tables
Hello, I'm begginer on Power BI and i have a problem with a formula. I have 2 differents tables : One table with the contract number and the commercial and an other tabl...
- 4 years ago
Hi,
In the main Table(including the Commercial column) create the below measure :
Number of Missing = COALESCE( CALCULATE(COUNTROWS(Sheet31)),0)