Forum Discussion
PowerBi2bPro
2 years agoHelper I
Help Needed - Troubleshooting Blank Column Values
Hi Everyone, I am using this Function: Prv_Qtr_Assets = CALCULATE(sum ('Income Statement $'[Average Assets]), DATEADD('Income$MasterDate'[Date].[Date],-1,QUARTER)) My goal was to create ...
lbendlin
2 years agoSuper User
DATEADD -0 ?
Read about REMOVEFILTERS.
PowerBi2bPro
2 years agoHelper I
Okay so the thing is that I want the current quarter as a measure so that I can create a new measure for the gap using the prev qtr measure that you recommended.
What is the best way to achieve this? -0 did give the current qtr value in the measure. Based on your question, it seems that there may be a better way to achieve this. If possible, please share your thoughts.