The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
11 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
23 | |
14 | |
14 | |
9 | |
7 |