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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
scabral
Helper IV
Helper IV

smart narrative producing no results, but same measure works in table or card

I have the following measure that will return either Low, Medium or High from a column in a table:

 

VAR CountRange =
SWITCH(
    TRUE(),
    [Account Selection Count] >= 3 && [Account Selection Count] <= 8, "3-8",
    [Account Selection Count] >= 9 && [Account Selection Count] <= 12, "9-12",
    [Account Selection Count] >= 13, "13+",
    BLANK()
)
VAR AcctConfidenceRating =
CALCULATE(
        MIN('Confidence Rating'[Confidence Rating]),
        TREATAS({(CountRange, [Renewal Interval Match])}, 'Confidence Rating'[Count Range], 'Confidence Rating'[Renewal Interval Match])
)
Return
AcctConfidenceRating
 
If I use this measure in a card or table it works fine, but when i add it to a text box as a smart narrative it is blank and gives me the following message:
 
current data and filters produce no result for this value.
 
Thanks
scott
1 REPLY 1
v-jialluo-msft
Community Support
Community Support

Hi @scabral ,

 

This issue may be due to triggering some limitations of smart narrative, so check out the limitations:

vjialluomsft_0-1668063962628.png

 


Smart narratives tutorial - Power BI | Microsoft Learn

 

If not for this reason, please provide specific example files to further troubleshoot the cause of the question

 

Best Regards,

Gallen Luo

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.