Obtain the total by group using Select() .... I think it's with select() :p

I have a table where all the records can be of type A(Wallet) or type B. (Mineros)

I need to be able to select a date and have it tell me the total of A and B so I can graph both.

It is clear to me that a select would be something similar to this, I think :

Select(Historical1[Ending Balance], AND ([Date] = [_THISROW].[Date], [tipowall] = โ€œWalletโ€ ,[tipowall]=โ€œMinerosโ€))

My big question is how do I differentiate the end-of-day balance for type A and type B?

This is the data table

Thank you very much for your support

Solved Solved
0 3 1,485
1 ACCEPTED SOLUTION

Thank you very much.

I created 2 virtual columns and in each of them I put a SUM expression, one for the miners and another for the portfolios, and later in other fields I took the result of these two virtual columns as you can see in the image

View solution in original post

3 REPLIES 3
Top Labels in this Space