Forum Discussion
Verified Answer Setup issue
- 1 year ago
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#limitations
Additionally, you might want to look into the Unsupported Visual types.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.
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.
- Padmasai1 year agoNew Member
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 cardProducts (Winner) = VAR Filtered =ISFILTERED ( table_name[name] )RETURNCALCULATE ( 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