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.
How is it possible that the “Month” field cannot be affected by ALLSELECTED (nor by ALL, REMOVEFILTERS..)? As seen in the images, the rest of the fields in dimCalendario and dimProductos (e.j.) work as expected. ¡¡¡The “Month” field cannot be inhibited from filtering in the visual objects!!!. Why??? ??¿?¿?¿?¿??¿?¿?¿?¿
Solved! Go to Solution.
My guess is that dimCalendario[nombreMes] is set to "sort by" dimCalendario[numMes].
If so, you need to remove filters on both of these columns in order to effectively remove filters on nombreMes.
See these articles:
https://www.sqlbi.com/articles/side-effects-in-dax-of-the-sort-by-column-setting/
Regards
My guess is that dimCalendario[nombreMes] is set to "sort by" dimCalendario[numMes].
If so, you need to remove filters on both of these columns in order to effectively remove filters on nombreMes.
See these articles:
https://www.sqlbi.com/articles/side-effects-in-dax-of-the-sort-by-column-setting/
Regards
Thanks so much!!!!!