Hello,
On Power BI Desktop, I have a filter that will only show items due today. This is the formula I use in the created column to single out today:
This_Day = IF('Combined Tables'[Due Date] = TODAY(),1,0)
In the table that is supposed to do the filter, it works fine, showing what is due.
However, when I uploaded the file and the semantic model to Power BI, instead of listing today's item as '1,' it changed it to '0.' I had tried to change the semantic model to say '1,' but the report does not function as it did in the Desktop version.
Does anyone have an idea what I'm doing wrong?
On Power BI Desktop, I have a filter that will only show items due today. This is the formula I use in the created column to single out today:
This_Day = IF('Combined Tables'[Due Date] = TODAY(),1,0)
In the table that is supposed to do the filter, it works fine, showing what is due.
However, when I uploaded the file and the semantic model to Power BI, instead of listing today's item as '1,' it changed it to '0.' I had tried to change the semantic model to say '1,' but the report does not function as it did in the Desktop version.
Does anyone have an idea what I'm doing wrong?