Im trying to make visual interactive from bar chart, where those bars are from calculated feilds(took only warnings) from multiple columns . is there any way to solve this?

Hi @Vikas_naik

Welcome to the community!

Can you please elaborate your query in a little more detail so we can understand your requirement/problem and respond accordingly?

Regards,
Giri

Hi @Vikas_naik

Welcome to the Quick Sight community!

Use the ifelse function to flag each status, and then use it in the bar chart.

Example:

isWarning = ifelse({Status Field}= 'Warning', 1, 0)

Hi, this i used and created calculated feild, and bar chart . but issue is bar chart is not intercative with other features.

Any workaround for this?

Hi @Vikas_naik

The interactions are not automatic you need to include an action for the visual from the properties section

The documentation related to interactive actions is available below

Hi @Vikas_naik

It’s been a while since we last heard from you. If you have any further questions, please let us know how we can assist you.

If we don’t hear back within the next 3 business days, we’ll proceed with close/archive this topic.

Thank you!

Hi @Vikas_naik

Since we have not heard back from you, I’ll go ahead and close/archive this topic. However, if you have any additional questions, feel free to create a new topic in the community and link this discussion for relevant information.

Thank you!