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
schoden
Post Partisan
Post Partisan

show me names of people after certain filter is applied

Hi, 

 

I want to show company name and created by person , with filter of country set to particular.

 

My code like 

 

Show= Calculate(values(table[company_name]) && values(table[created by])),  country="UK"

2 ACCEPTED SOLUTIONS

hi @amitchandak

Thanks for the reply but I do not want to count the row.  I want to show the STRING value -company and person created name as it is not integer. 

 

measure = Calculate(MAX( table[country-name]), country="UK"

 

I found the solution 😄 

View solution in original post

Hi @schoden ,

 

I am glad that you have solved it by yourself, you could accept your own reply.

 

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

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@schoden 

You can create a column like

New name =(table[company_name]) & (table[created by])

 

You can use the filter at the visual level or use slicer or create a measure with filter

Measure = calculate(count(Table[New name]),country="UK")

 

You can use this measure with New Name , in table or matrix or visual , that will filter

 

hi @amitchandak

Thanks for the reply but I do not want to count the row.  I want to show the STRING value -company and person created name as it is not integer. 

 

measure = Calculate(MAX( table[country-name]), country="UK"

 

I found the solution 😄 

Hi @schoden ,

 

I am glad that you have solved it by yourself, you could accept your own reply.

 

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

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.