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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Dynamic Text from Excel file by selecting period and operating unit

Hi,  I am working in a DAshboard with has comments based on the Operating Unit and dates selected. It is working. However, it brings just the max/ min or the comments. Having said that, the filter that applies is the selected period, but ou is just bringing North America.

 

 

comments_iniciatives = if(not([SlicerCheck_OU] = 0), calculate(max('comments_QTR'[SPECIAL INICIATIVES]), filter('comments_QTR', [yr_qtr] = [max_SP])), "Please select a BU for the comments to be displayed")
 
Thanks for your help!
2 REPLIES 2
Anonymous
Not applicable

The problem I need the comments filters by period selected and the OU slicers.

amitchandak
Super User
Super User

@Anonymous , Based on wthat I got. You can use concatenatex

 

concatenatex('comments_QTR', 'comments_QTR'[SPECIAL INICIATIVES], ", ")

 

That will all comments comma separated

 

If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors