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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

Rated/Non-Rated (Points or No points) based on Date

Hi, 

I am trying to find the total no of rated and non-rated based on the JDEG's number from the Master Sheet with the relevant different sheets:

 

Master Spreadsheet:

asmita_sharma_0-1639009445897.png

The JDE Number is a unique value and so is the 'Company' column - and this has no dates

 

However the second spreadsheet X has date associated with it.

 

asmita_sharma_1-1639009600376.png

 

So not all the JDE number is present in the Master Spreadsheet that means not all the company has total points.

 

I'm trying to figure out a way, if on a yearly basis - which companies have points and which doesn't (naming them rated and non-rated).

 

I hope this made sense.

 

The relationship is based on the JDE number in the sheet here.

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

Hi, @Anonymous 

You can take a try formula as below:

Measure1 = 
VAR _total =
    MAX ( Table2[Total Point] )
RETURN
    IF ( ISBLANK ( _total ), "non-rated", "rated" )

If it doesn't meet your requirement, please share more details.

 

Best Regards,
Community Support Team _ Eason

View solution in original post

2 REPLIES 2
v-easonf-msft
Community Support
Community Support

Hi, @Anonymous 

You can take a try formula as below:

Measure1 = 
VAR _total =
    MAX ( Table2[Total Point] )
RETURN
    IF ( ISBLANK ( _total ), "non-rated", "rated" )

If it doesn't meet your requirement, please share more details.

 

Best Regards,
Community Support Team _ Eason

Anonymous
Not applicable

The agenda is to put the date as slicer and check for the rated/non-rated.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.