Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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:
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.
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.
Solved! Go to Solution.
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
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
The agenda is to put the date as slicer and check for the rated/non-rated.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 46 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 88 | |
| 76 | |
| 41 | |
| 26 | |
| 26 |