Forum Discussion
Report level Measures
- 4 years ago
("report level measures" - that's not really a thing. Measures are applied to datasets, not to reports.)
If you write your measures in the tabular model you can be sure that they work as designed, and that users (developers/contractors) cannot mess them up. At the same time this may rob said users (developers) of the flexibility to roll their own version of the measures (if you decide to hide the underlying fields).
General guidance is to apply transforms as high upstream as possible, but not higher.
("report level measures" - that's not really a thing. Measures are applied to datasets, not to reports.)
If you write your measures in the tabular model you can be sure that they work as designed, and that users (developers/contractors) cannot mess them up. At the same time this may rob said users (developers) of the flexibility to roll their own version of the measures (if you decide to hide the underlying fields).
General guidance is to apply transforms as high upstream as possible, but not higher.
- UNIheve2 years agoFrequent Visitor
Ehm, not true.
Report level measures are indeed a thing when you connect a Power BI report live to a SSAS database.
Report level measures are stored in the PBIX, alas not easy accessible programmatically.