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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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