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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.