Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
We are seeing a behaviour where a field defined in a SQLServer view will not group correctly when read into a dataset via a dataflow. The example below is a date dimension. MonYY is showing one row per day in the month, even though day is not in the visual. Normal behaviour is like YearMonth grouping to a single row per month, that field is also an nvarchar but defined in the base table. This only happens when MonYY is accessed via a dataflow. If you do a get data to the view directly it works correctly. The formats of the fields at the top of the screenshot are identical. Thinking there was some hidden data in MonYY we tried Trim(MonYY) which seemed to fix it, however checking the Len() of the field, it is 6, so nothing hidden. Any ideas why this odd behaviour.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.