Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
I have a table with a column heading Munipality and colums with the address.
I want to have a measure that gives me the # addresses per muncipality.
Here is a screenshot:
Solved! Go to Solution.
@smmoore34 It looks like you created a new table and I'm not sure if you have to, and it looks like the relationship between the new table and existing isn't working. Also, I edited my response and added a second solution that counts the number of cities per municiplaity.
Exactly! Unfortunatley I still received the same results.
@smmoore34 It looks like you created a new table and I'm not sure if you have to, and it looks like the relationship between the new table and existing isn't working. Also, I edited my response and added a second solution that counts the number of cities per municiplaity.
Add Municipality to a table visual along with this measure.
Address Count = DISTINCTCOUNT ( 'YourTable'[Address Field] )
Worked perfectly when I created it as a measure and added it to a table.
Thank-you! Happy New Year!
You're welcome, and Happy New Year to you too!
Thank you for your quick response. As I understand this, I created another table with just the municipalites.
I added a new column with the formula you listed but it's giving me the total# records. My first table has 42 records and each record contains contains 1 of the 9 municipalites. For example, 5 records contain Town of Newfield, 7 contain Town of Groton etc. My table should show this count for each municipality.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
86 | |
76 | |
74 | |
56 | |
45 |
User | Count |
---|---|
117 | |
105 | |
77 | |
66 | |
64 |