Forum Discussion
Remove 0 from balance list
- 6 years ago
Hi Anonymous ,
Maybe you can refer to the following method.
I constructed such a table.
Then, I created a calculated table.
Table = SUMMARIZE( Sheet1, Sheet1[account no.], "Balance", SUM(Sheet1[balance] ) )Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
You need to sum up the flow of each account first, so that you can determine which account balance is 0.
Please give a sample data.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, unfortunately I am not allowed to provide our company data
- Anonymous6 years agoNot applicable
I wonder if it would be possible to create a dynamic table.
Something like groupby. Table = groupby([Daten] (account number), [Daten], (Sales Amount) --> I know that this is not accurate 😉
I imagine a Table that is grouped by "account number" and "sales amount" but dynamic in terms of Time.
- v-lionel-msft6 years ago
Community Support
Hi Anonymous ,
Maybe you can refer to the following method.
I constructed such a table.
Then, I created a calculated table.
Table = SUMMARIZE( Sheet1, Sheet1[account no.], "Balance", SUM(Sheet1[balance] ) )Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- v-lionel-msft6 years ago
Community Support
Hi Anonymous ,
Has your problem been solved?
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous6 years agoNot applicable
yeah, but the main problem was that there have been values like 0,0000002 - I really don't know how that was even possible, but, all the zeros I thought are wrong havent been zeros at all. Thats why everything failed