Forum Discussion
Grouping Measures
I have recreated one of the tables to hold the measures and did not delete the created column. I then moved the respective measures into this table and there are no errors. However the visual is blank. Please see image below:
Prior to this, it was not blank. When I move back the measures to the mother table, the visual displays correctly. In prior versions of Power BI I would delete the created column1 with no problems at all
Regards,
Chris
Hi, Chitemerere
I wonder what the measure is like. A measure operates on aggregations of data defined by the current context. In a pivot table, for example, source tables are filtered according to the coordinates of cells, and data is aggregated and calculated using these filters.
You must define a measure whenever you want to display resulting calculation values
that reflect user selections and see them in the Values area of pivot tables, for example:
1. When you calculate profit percentage of a pivot table selection.
2. When you calculate ratios of a product compared to all products but keeping the filter both by year and region.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.