Forum Discussion
Difficulty with measures
| crediteur | condition | bedrag |
| A | 1 | 10 |
| B | 1 | 20 |
| A | 1 | 10 |
| C | 0 | 10 |
| Crediteur | Bedrag | |
| A | 20 | |
| B | 20 |
- Anonymous2 years ago
Hi jimod ,
(1)Here are my test data.
(2) We can create a new table.
Table 2 = FILTER(SUMMARIZE('Table',[Rediteur],"bedrag",SUM('Table'[bedrag])),[Rediteur] in {"A","B"})(3) Then the result is as follows.
If this doesn't help you, give examples of input and output data and explain your logic. Preferably a PBIX file (take care to protect your private data)
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
1 Reply
- AnonymousNot applicable
Hi jimod ,
(1)Here are my test data.
(2) We can create a new table.
Table 2 = FILTER(SUMMARIZE('Table',[Rediteur],"bedrag",SUM('Table'[bedrag])),[Rediteur] in {"A","B"})(3) Then the result is as follows.
If this doesn't help you, give examples of input and output data and explain your logic. Preferably a PBIX file (take care to protect your private data)
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.