Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I have a table with filters, and I want to calculate or get the same total in columns for use it in dashboards...
But, because of the filter, I get a different amount.
This is the fast new mesure:
Total Cobros =
CALCULATE(
SUM('sx_movcltes'[Cobros]),
FILTER(
ALLSELECTED('sx_clientes'[key]),
ISONORAFTER('sx_clientes'[key], MAX('sx_clientes'[key]), DESC)
)
)
How can include filters SALDO and MONEDA? SALDO is a calculate measure.
Thanks in advance.
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |