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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Padmasai
New Member

Verified Answer Setup issue

I am trying to add visuals as verified answers under prep data Ai option. i have added coulmn from the card visual and showing count then it's adding as verified answer, but when i select other card visual ( i have added some measure into that) it's not saving. is there any reason for that? 

1 ACCEPTED SOLUTION
v-sdhruv
Community Support
Community Support

Hi @Padmasai ,

Unfortunately, that comes under limitations of Verified Answers.
Looks like Verified answers don't work with visuals that contain report measures.
As mentioned in 
https://learn.microsoft.com/en-us/power-bi/create-reports/copilot-prepare-data-ai-verified-answers#l...

Additionally, you  might want to look into the Unsupported Visual types.

vsdhruv_0-1750327136352.png

I hope that explains the error.
If the response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.

View solution in original post

5 REPLIES 5
v-sdhruv
Community Support
Community Support

Hi @Padmasai ,
Just wanted to check if you had the opportunity to review the suggestions provided?
If the response has addressed your query, please accept it as a solution  so other members can easily find it.
Thank You

v-sdhruv
Community Support
Community Support

Hi @Padmasai ,
Just wanted to check if you had the opportunity to review the suggestions provided?
If the response has addressed your query, please accept it as a solution  so other members can easily find it.
Thank You

v-sdhruv
Community Support
Community Support

Hi @Padmasai ,

Unfortunately, that comes under limitations of Verified Answers.
Looks like Verified answers don't work with visuals that contain report measures.
As mentioned in 
https://learn.microsoft.com/en-us/power-bi/create-reports/copilot-prepare-data-ai-verified-answers#l...

Additionally, you  might want to look into the Unsupported Visual types.

vsdhruv_0-1750327136352.png

I hope that explains the error.
If the response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.

m4ni
Advocate I
Advocate I

@Padmasai 

Try removing or temporarily replacing  some measures from the other cards visual. Maybe one of the measures is affecting it.  If you have any screeshot that would help the thread.

Hi @m4ni 
I am justing adding measure into card visual that i am trying to add as verified ans. when added it's showed in the list, once i closed the window reopend then it's gone. i have attached the screen shot for you referance.
this is measure i have added into the card

Products (Winner) = VAR Filtered =
    ISFILTERED ( table_name[name] )
RETURN
CALCULATE ( DISTINCTCOUNT(Table_name2[id]),
    FILTER (
        VALUES ( Table_name2[id] ),
        CALCULATE ( COUNTROWS ( table_name ), table_name[color] = "green" && (table_name[status] = TRUE () || Filtered)) > 0
        &&
        CALCULATE ( COUNTROWS ( table_name ), table_name[color] = "grey" && (table_name[status] = TRUE () || Filtered)) >= 0
        &&
        CALCULATE ( COUNTROWS ( table_name ), table_name[color] = "orange" && (table_name[status] = TRUE () || Filtered)) = 0
    )
) + 0




Padmasai_0-1750325009141.pngPadmasai_1-1750325075386.png

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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