Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext 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
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 45 | |
| 43 | |
| 39 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 65 | |
| 31 | |
| 28 | |
| 24 |