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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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