Forum Discussion
Value disapearing when using YTD measure on Matrix visualization
- 2 years ago
It's not clear if the measure in these 2 matrix is the same. I will assume so. The existence, or not, of a second measure in a matrix cannot affect the first measure, so that is not the cause. It seems the columns in rows in both matrixes are different. This is the likely cause. I suggest you create a new blank page, add 2 matrixes containing the measure in question, then build both matrixes. Watch carefully to see what works and what causes it not to work. Then investigate what stops it working.
Hi,
Does this revised simplified measure, reolve the mystery of the disappearance?
YTDNetIncome = CALCULATE([YTDOperatingIncome] + [YTDOtherIncome],DATESYTD('Calendar'[Date])
- Solfieri2 years agoFrequent Visitor
Hello,
Unfortunately, the suggested solution did not resolve the issue. Upon inserting the YTD measures, the entire row disappears from the visualization.
Thank you for your contribution.