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.
I can not create the measure that tells me the "Registrations by Zone". This is the number of registrations according to the f_Matriculaciones fact table, distinguishing by Concession Name and CP, according to the table of dimensions d_CP by Concessions. I have tried with the ALLSELECTED and ALLEXCEPT functions and I do not get the expected result with any. I attach all the measurements I have created to test, the result of each of them and the model.
Once I get this measure, I want each of the following measures to be displayed in a column in a table:
All this in turn distinguishing in the ranks by Concession Name.
So far I have managed to get the "Registrations by brand brand " and "Registrations by postal code" and view them separately, with the following measure:
Matriculaciones = CALCULATE(COUNT(f_Matriculaciones[Bastidor]))
Attached image of the visualization.
I hope you can help me.
Thank you very much in advance.