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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
DLB13
Helper I
Helper I

Dynamic Text Based on Variable

Hi all - 

 

Quick question from a brand new user with a problem I am hoping to solve today. I am looking to display the most frequent responses to a survey--data is stored in Excel. Let's say it's "what are your favorite fruits." I would like the variables to be counted and the top three items - as text - show up in a power BI report. I've been doing a bit of googling, but haven't found quite the right trick yet. Thanks in advance for advice!

 

1 ACCEPTED SOLUTION
v-deddai1-msft
Community Support
Community Support

Hi @DLB13 ,

 

Would you please show us some sample data? And we can help you well.

 

According to your description, I created some sample data myself, hope this will help you.

 

Untitled picture5.png

 

 

Please refer to the pbix file: https://qiuyunus-my.sharepoint.com/:u:/g/personal/pbipro_qiuyunus_onmicrosoft_com/EaWiun0mzHNBkwGdlV...

 

Best Regards,

Dedmon Dai

View solution in original post

2 REPLIES 2
v-deddai1-msft
Community Support
Community Support

Hi @DLB13 ,

 

Would you please show us some sample data? And we can help you well.

 

According to your description, I created some sample data myself, hope this will help you.

 

Untitled picture5.png

 

 

Please refer to the pbix file: https://qiuyunus-my.sharepoint.com/:u:/g/personal/pbipro_qiuyunus_onmicrosoft_com/EaWiun0mzHNBkwGdlV...

 

Best Regards,

Dedmon Dai

d_gosbell
Super User
Super User

It's hard to answer this precisely without know what the names of your tables and columns are, but you should be able to use a pattern like the following using CONCATENATEX over the TOPN function:

 

CONCATENATEX( TOPN(3, Responses[Fruits], [Count of Responses) , Response[Fruits], ",")

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.