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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
abukapsoun
Post Patron
Post Patron

Count value in different columns

Hi All,

 

I am very new to Power BI and still exploring it.  Suppose we have the following Excel table

 

Name    Country       Comp1    Col2     Col3

A              X                 cs        ps

B              Y                 ps       ip          cs

C              Z                 ip

 

I want to count how many there is a cs ,ps and ip.

And in the visual when i press on CS i want the map representing the Country to highlight the countries that includes the CS 

 

Many thanks

 

 

 

1 ACCEPTED SOLUTION

Hi @abukapsoun,

 

If this is the only problem, I would suggest to use a new function "DISTINCTCOUNT".

Measure =
DISTINCTCOUNT ( Table1[Name] )

 

Count value in different columns1.JPG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Because only keeping one row would lead another problem that the connection between "country" and "value" would be broken. (the data in red rectangle belongs to no country.)

 

Count value in different columns2.JPG

 

 

 

 

 

 

 

 

 

Best Regards!

Dale

 

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-jiascu-msft
Employee
Employee

Hi @abukapsoun,

 

Firstly, we need to import the data into Power BI from excel.

Secondly, select "Name" and "Country" with "Ctrl" key. Unpivot three columns "Comp1, Col2, Col3".Count value in different columns .jpg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Thirdly, create a measure.

Count = COUNT(Table1[Value])

I attached the file, you can try it yourself. https://1drv.ms/u/s!ArTqPk2pu-BkgQt-qNdTYX9b5zow

 

Best Regards!

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-jiascu-msft

 

Thank you very much Dale.. 

The unpivot trick worked, but created me another problem.

When unpivotting, it will create extra rows but duplication. So if I unpivot Col1 2 3, and I want to count how many person there is in UK, the value would be 3 instead of 1. 

Is there a way I can overcome this problem? Like when unpivotting, only the new created column is filled with values and not the whole row. 

 

Thanks again

Hi @abukapsoun,

 

If this is the only problem, I would suggest to use a new function "DISTINCTCOUNT".

Measure =
DISTINCTCOUNT ( Table1[Name] )

 

Count value in different columns1.JPG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Because only keeping one row would lead another problem that the connection between "country" and "value" would be broken. (the data in red rectangle belongs to no country.)

 

Count value in different columns2.JPG

 

 

 

 

 

 

 

 

 

Best Regards!

Dale

 

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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