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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
hernandezl9651
New Member

Multiple Cards with different filters

I'm trying to create a dashboard that shows the following on seperate cards:

 

Today's Date

Daily Topic 

Weekly Topic 

Monthly Topic

 

I have the daily, weekly, and monthly topics in different spreadsheets but don't know the best way to format them. I currently can get a card to display today's date, and the daily topics by today's date. However, I can't get a card to show the weekly or monthly topics. Any help would be appreciated!

1 ACCEPTED SOLUTION
v-luwang-msft
Community Support
Community Support

Hi @hernandezl9651 ,

You could try to use slicer and selectvalue measure.

refer the below:

Measure = IF(SELECTEDVALUE(Slicer[Slicer])="A",MAX(test[Day]),IF(SELECTEDVALUE(Slicer[Slicer])="B", MAX(test[month]),MAX(test[week])))

Visual:

vluwangmsft_0-1657098268477.pngvluwangmsft_1-1657098274357.pngvluwangmsft_2-1657098279932.png

Depending on the slicer selection, the card returns the various data you want.

 

 

And if question still not solved ,could you pls share you sample data and expected outputresult.Remember to remove confidential data.

 

 

 

Best Regards

Lucien

 

View solution in original post

2 REPLIES 2
v-luwang-msft
Community Support
Community Support

Hi @hernandezl9651 ,

You could try to use slicer and selectvalue measure.

refer the below:

Measure = IF(SELECTEDVALUE(Slicer[Slicer])="A",MAX(test[Day]),IF(SELECTEDVALUE(Slicer[Slicer])="B", MAX(test[month]),MAX(test[week])))

Visual:

vluwangmsft_0-1657098268477.pngvluwangmsft_1-1657098274357.pngvluwangmsft_2-1657098279932.png

Depending on the slicer selection, the card returns the various data you want.

 

 

And if question still not solved ,could you pls share you sample data and expected outputresult.Remember to remove confidential data.

 

 

 

Best Regards

Lucien

 

amitchandak
Super User
Super User

@hernandezl9651 , You can create measure of visual level filter


Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

 

Power BI — Month on Month with or Without Time Intelligence
https://medium.com/@amitchandak.1978/power-bi-mtd-questions-time-intelligence-3-5-64b0b4a4090e
https://www.youtube.com/watch?v=6LUBbvcxtKA
Power BI — Week on Week and WTD
https://medium.com/@amitchandak.1978/power-bi-wtd-questions-time-intelligence-4-5-98c30fab69d3
https://community.powerbi.com/t5/Community-Blog/Week-Is-Not-So-Weak-WTD-Last-WTD-and-This-Week-vs-La...
https://www.youtube.com/watch?v=pnAesWxYgJ8

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors