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
Anonymous
Not applicable

My table visualization measure does not return a count of rows (or I have no idea what I am doing)

I have a table with the following fields: email, answer, question, question number.

I have a table visualization that shows all answers where question number is 12 (answer is a string)


My goal is to NOT show results in the table if the number of rows to display is less than 5.

I have a measure 

TotalCount = COUNTROWS ( 'umatter-122020' ) and I use it as a filter on the visual to only show if the value is greater or equal than 5.

What is happening is that table displays only results where the number of occurances for that answer is more than 5. 

See image here for more context:

 

https://imgur.com/a/kQzPVne

 

This has been keeping me up for too long now.

1 ACCEPTED SOLUTION
mahoneypat
Employee
Employee

If I understand correctly, you can create this measure and then use it to Filter your table visual where it "is" 1.

 

Show If 5 Answers = IF(COUNTROWS(ALLSELECTED(Answers[Answer]))>=5,1,0)
 
Regards,
Pat




Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

2 REPLIES 2
mahoneypat
Employee
Employee

If I understand correctly, you can create this measure and then use it to Filter your table visual where it "is" 1.

 

Show If 5 Answers = IF(COUNTROWS(ALLSELECTED(Answers[Answer]))>=5,1,0)
 
Regards,
Pat




Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Anonymous
Not applicable

Thank you Pat. The support of the community here is amazing.

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.