The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I have the following measure.
Solved! Go to Solution.
Hi @Joshua_
its a correct behaviour because you are using ALL() function that clear all functions.
try
=calculate(sum([_Saldo_Real_Mes_T_]), SIMR[GRUPO]="Coloc Productiva")
or change ALL() to ALLSELECTED or ALLEXCEPT. it depends on user behaviour in your report
do not hesitate to give a kudo to useful posts and mark solutions as solution
Hi @Joshua_
its a correct behaviour because you are using ALL() function that clear all functions.
try
=calculate(sum([_Saldo_Real_Mes_T_]), SIMR[GRUPO]="Coloc Productiva")
or change ALL() to ALLSELECTED or ALLEXCEPT. it depends on user behaviour in your report
do not hesitate to give a kudo to useful posts and mark solutions as solution
Thank you!
User | Count |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |