Forum Discussion
Dynamic measure for nonblank rows
I'm trying to create a bar chart with the count of nonblank rows as values and the column headers on the axis.
I've created some 'hard-coded' measures that look at each of the columns, e.g.:
COUNTBLANK(Planning[Actual_ClosingMeeting])
but when charting they are clustered together under a single axis value.
I was thinking if I could create a measure that looked at nonblank rows I could chart that and the axis would work as a filter? Perhaps this approach isn't the solution though.
Thanks
Anonymous,
You just need to select Unpivot Columns in Query Editor first.
https://community.powerbi.com/t5/Desktop/matrix-to-table-help/td-p/329415
2 Replies
- AnonymousNot applicable
anyone..?
- v-chuncz-msft
Community Support
Anonymous,
You just need to select Unpivot Columns in Query Editor first.
https://community.powerbi.com/t5/Desktop/matrix-to-table-help/td-p/329415