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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
sakshigrover
Frequent Visitor

card visualization cross filtering with data table

I am working on a report in which I need to create a Card visualization showing number of Active Events.

I also have a Table that has details of Events. I need the ability to cross filter on Table on clicking on Card.

QueryImage.PNG

Basically, on click of Card I need to see all the events with ReviewStatus as Active.

Any clues?

 

3 REPLIES 3
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @sakshigrover,

 

It seems that you want to calculate the count of active Event.

 

Please refer to the fomula below.

 

Measure = CALCULATE(COUNT(Table1[status]),FILTER('Table1','Table1'[status]="Active"))

If you still need help, please share some data sample and your desired output.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

My Requirement is like this:

I need to show number of Active Events in the report. I am already able to do that  using a measure.

I also have a table in my report which shows the event details ( like Event ID, Event name etc.).

 

What I need is on click of Active event card, the Event Details table gets filtered.

I underrstand that card doesn't have filtering. Am I right?

If above is correct, then visually how should I show Active events count and on click of that event details table is also filtered.

 

 

 

Hi @sakshigrover,

 

I'm afraid that you are right.

 

For your scenario, you could try to use Bookmark to achieve that.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors