Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi
I have an ID column in by dataset that is number type. I trim the column, replace any blanks with 0 (although there are no blanks anyways), trim and clean before converting to whole number. The column shows as number in power query. There are no steps that override that:
Data view treats the column as a number as expected:
When I load to model, the Data section in the report view does not treat this column as a number - it seems to be treating like any type. The annoying thing is that I can't do any default summarisations on the visual as a result. I can't drag ID into the X axis and summarise as distinct count as powerbi doesn't let me, it will only let me drag into small multiples. This shouldn't be happening but I can't figure out why.
Worth noting - the ID column is in relationships with other tables where there is a matching ID, which are also number type. This actually can't be part of the issue as I have made a copy of the ID column in my home table that is in no relationships and that column is not being treated as a number either as in the above screenshot
Solved! Go to Solution.
Hi E_K
I am not sure why the column does not provide you with any default aggregations (also referred to as implicit measures).
However, you could treat this as a blessing in disguise. Best practice for Power BI development is to not use implicit measures, and always use explicit measures: Explicit Vs Implicit DAX Measures in Power BI - RADACAD
In fact, people goes through many hoops trying to completely eliminate implicit measures in their models, by leveraging external tools like Tabular Editor.
My suggestion:
Take is as an opportunity to create the necessary Calculated Measures (explicit measures) related to your column.
_____________________________________________________
I hope my comment was helpful.
If your question was answered, please mark your post as 'Solved' and consider giving me a 'Thumbs Up'.
It's headscratcher for sure, your suggestion is what I'm trying for now.
I'll leave the question for a while longer, perhaps its either a bug in the version (which is the most up to date) or some weird setting in desktop that's causing it.
Hi E_K
I am not sure why the column does not provide you with any default aggregations (also referred to as implicit measures).
However, you could treat this as a blessing in disguise. Best practice for Power BI development is to not use implicit measures, and always use explicit measures: Explicit Vs Implicit DAX Measures in Power BI - RADACAD
In fact, people goes through many hoops trying to completely eliminate implicit measures in their models, by leveraging external tools like Tabular Editor.
My suggestion:
Take is as an opportunity to create the necessary Calculated Measures (explicit measures) related to your column.
_____________________________________________________
I hope my comment was helpful.
If your question was answered, please mark your post as 'Solved' and consider giving me a 'Thumbs Up'.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.