Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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())