Forum Discussion
Anonymous
7 years agoNot applicable
Empty result previousmonth
Hi all, I'm using the following measure in my report. I want to summarize the price of the previous month. The result stays empty. PriceLastMonth = CALCULATE ( sum('StoredProcedure'[Price...
- 7 years ago
If you remove the non-related "Date" field from the table, does it show up?
dedelman_clng
7 years agoCommunity Champion
If you remove the non-related "Date" field from the table, does it show up?
Anonymous
7 years agoNot applicable
Thanks David! The date field in the grid was the issue.
It works now.