hide blank
1 TopicHiding rows with blank or 0 data
Hi all. I am attempting to hide blanks when there is no data for a table value: Value YTD hide = CALCULATE('Month_Dataset'[Total MTD Value],CALCULATETABLE(DATESYTD('DIM_Date'[Date],'DIM_Date'[Value YTD hide]=TRUE))) I created a column in the date table that gives a true/false indicator if the date is greater than today's date: DatesWithValues = 'DIM_Date'[End of Month]<=MAX(Month_Dataset[Month End Date]) This is working but when I try to hide data that has $0 value, I get the following error: Only constant date value is allowed as a year end date argument. Any ideas on fixing this? Heather502Views0likes1Comment