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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Swamy3105
Helper IV
Helper IV

need Urgent help - Display the monthly value

Hi Experts,

 

I need realy urgent help.

 

I have the data with Actual and Plan with 2018 Whole year data, and 2019 with the current month (March) data.

 

I just calculated the max month, but it not working. because when i select the 2019 in the slicer it's working fine, because i have the data till march, but when i select the 2018, it's showing the Decemeber month's data, because in 2018 the max month is December. even if select the December month data it should show the March month data only.

 

How to do that, please help, I have a POC with my stakeholder tomorrow. I do not want to add the month slicer.

 

Please help......

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

@Swamy3105 ,

 

You may create a measure like pattern below and drag it to the card visual:

Result =
CALCULATE ( MAX ( Table[Date] ), ALL ( Table ) )

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yuta-msft
Community Support
Community Support

@Swamy3105 ,

 

You may create a measure like pattern below and drag it to the card visual:

Result =
CALCULATE ( MAX ( Table[Date] ), ALL ( Table ) )

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hi @Swamy3105 ,

 

I'm no experts, but if what you really need is just March, I believe there is a Visual Filter under the Fields section if you click on the visual. And you can specify it.

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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