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.
Good morning Dear ones, please your help:
create the following action
Examples of filter malfunction, the second image should not change the measurement when filtering:
Some idea of why it may occur.
Solved! Go to Solution.
Thanks for reaching out to us.
>> but when combining this filter with the date filter, the measure ignores the all and activates the "linea_negocio_derivacion" filter, so the objective is not met.
You can try this,
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Thanks for reaching out to us.
>> but when combining this filter with the date filter, the measure ignores the all and activates the "linea_negocio_derivacion" filter, so the objective is not met.
You can try this,
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
@Syndicate_Admin , Based on what I got. Try like
Q_consultas = CALCULATE(COUNT(example[episodio1]),ALL(example))
or
Q_consultas = CALCULATE(COUNT(example[episodio1]),ALL())