cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors