Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
LyonsBI_BRL
Helper III
Helper III

Map Data Labels - Count Number of Entries Per State

I'm looking to setup a Calculated Column so that when I turn on Category labels for the MAP within PowerBI it displays the name of the State (i.e. Queensland, South Australia), it'll display the name of the State and the Value (how many entries are from that state)

 

Right now it's showing me the Latitude and Longitude. How could I write a calculated column that would show the State (i.e. Queensland: 27) instead of the Lat & Long

 

I know the first part would be something along the line of 

[value.SchoolState] & ":  " & "Whatever the formula is here"

 

LyonsBI_BRL_0-1622107423697.png

Thanks!

1 ACCEPTED SOLUTION
LyonsBI_BRL
Helper III
Helper III

Found out how to accomplish this! 

So if you are attempting to calculate values outside of it being a number there is a way to do this.

 

Number of Submissions Per State = 
'All Applicants'[SchoolState] & ":  " & 
CALCULATE(COUNTA('All Applicants'[SchoolState]),
ALLEXCEPT('All Applicants', 'All Applicants'[SchoolState]))

 

This in turn will calculate the number of times a particular item shows up within that State, Employee, Location etc. 

LyonsBI_BRL_0-1622186589881.png

 

View solution in original post

1 REPLY 1
LyonsBI_BRL
Helper III
Helper III

Found out how to accomplish this! 

So if you are attempting to calculate values outside of it being a number there is a way to do this.

 

Number of Submissions Per State = 
'All Applicants'[SchoolState] & ":  " & 
CALCULATE(COUNTA('All Applicants'[SchoolState]),
ALLEXCEPT('All Applicants', 'All Applicants'[SchoolState]))

 

This in turn will calculate the number of times a particular item shows up within that State, Employee, Location etc. 

LyonsBI_BRL_0-1622186589881.png

 

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.