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
Shreeram04
Resolver III
Resolver III

Display Month Name

Hi All,

 

I want to display the month name on a card that has the largest value in the year. For example, January has a value of 20, Feb has 40 and march has 50 means I want to display march(Month name) on my data card.

 

Please help me figure out this one. Thanks in advance.

4 REPLIES 4
isabella
Employee
Employee

Hi @Shreeram04 

 

I did a local test ,you can take a reference 

 

Here is my test  table

isabella_0-1656399227480.png

 

 

 

 

First I created a calendar table

isabella_1-1656399227480.png

 

Then create a one-to-one relationship between these two tables

isabella_2-1656399227482.png

 

 

 

Then create another table like this:

 

month for maxsale = TOPN(1,VALUES('calendar table'[Date].[MonthNo]),CALCULATE(SUM('Table'[sales])))

 

isabella_3-1656399227483.png

 

 

We can see that  month 6 has the max sales

 

Best Regards,

Community Support Team _Isabella

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

PC2790
Community Champion
Community Champion

Hey @Shreeram04 ,

 

Try this:

MaxValueMonth = FIRSTNONBLANK(TOPN(1,VALUES(Table[MonthName]),[measuretogetthemaxvalue]),1)
NickolajJessen
Solution Sage
Solution Sage

Well, your solution may vary, as you provided very little information. I'm making the assumption, that your jan, feb, mar values are summations and i'm making the assumption, that you have a calendar table.

NickolajJessen_0-1655880968199.png


Please refer to this post:
How to Get Your Question Answered Quickly - Microsoft Power BI Community

If this post solves your problem, accept it as a solution
Appreciate your kudos

MajeedKhan
Helper I
Helper I

You can do this with Multi-row card visual.

MajeedKhan_0-1655880342978.png

 

set the values as follows:

MajeedKhan_1-1655880404992.png

 

 

 

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.