Forum Discussion
Analyze in Excel oddity
What you describe is the standard behaviour. Implicit measures do not work - you must define them explicitly. Personally I think this is they way it should be, but I understand why some others don't agree. My view is you should write explicit measures because
1. You can define a meaningful business name for the measure (eg a Total Sales instead of Sum of Amt)
2. You define the number formatting that is appropriate for the business
3. You learn how to write DAX
I describe it like this. Imagine the only formula you could write in Excel was when you pressed the AutoSum button. In that scenario, you would be very limited in what Excel could do. This is analogous to using implicit measures in Power Pivot. Better to learn to write a DAX and get some practice by writing measures that add value - my view anyway.
I realize this is standard behavior from a data perspective. In this case, I disagree from a user experience perspective. Implicit measures should work as well as explicit measures in Excel for a consistent user experience.
I'm creating a Power BI model over an underlying product that allows the user to define new extended data fields via the product interface. The product then automatically adds these to the data source and I might not know a new one has been added to define an explicit measure.
It's a bad user experience as currently implemented as it creates an inconsistent UX across data sources and seemingly the same types of data. This in turn drives up support costs.
Also, in my case, the underlying table has one row per per. Technically, there's nothing to sum as there's only one value. However, I can't get the numerics treated correctly unless defined as a measure. Once you are defined as an explicit measure, the type of aggregation is controlled within Excel anyway so again, I'm not seeing value here of requiring the explicit measure.
Treb Gatte, Power BI Red Carpet Partner | Microsoft MVP | Twitter | Blog | Blog 2
- rayishome10 years agoResolver I
What about Direct Query Mode, it doesn't appear you can add Measures?
- MattAllington10 years agoCommunity Champion
Correct. See this post http://community.powerbi.com/t5/Integrations-with-Files-and/direct-query-limitations/td-p/12516
- trebgatte10 years agoMost Valuable Professional
As Matt says, it's a limitation. I'm going against all OData data sources in my case.
Treb Gatte, Power BI Red Carpet Partner | Microsoft MVP | Twitter | Blog | Blog 2