Forum Discussion
Power BI Data Shaping
Hi mikep7521
since teher is no sample data/ expected result is given, am making a best guess and something like this may help you.
2017 Total # of Processed Files = CALCULATE( COUNTROWS(Installment) , FILTER (Installment, ISBLANK(Installment[Pool__c]) && ISBLANK(Installment[Portfolio__c]) && RELATED (Installment[Est_Close_Date__c].[Date]) < DATE(2018,1,1)
Thanks
Raj
Hello,
I have tried posting the sample data and expected result but it keeps getting flagged as spam and is removed from the feed for some reason.
I'm now recieving the below error using the formula you suggested:
The column 'Installment[Est_Close_Date__c].[Date]' either doesn't exist or doesn't have a relationship to any table available in the current context.
There is a field for Est. Close Date but not a column. Do I need to create a column?
- Anonymous8 years agoNot applicable
What do you mean by field? The assumption is all elements you have used in the formula's are existing as columns in your table.
Thanks
Raj
- mikep75218 years agoHelper III
As in a Salesforce field. I'm pulling my data from a Salesforce org.