Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
100 | |
65 | |
44 | |
36 | |
36 |