Forum Discussion
Custom Power BI Table to display measures in Rows
- 8 years ago
It seems you should use a DAX query to build a column that meets your requirements.
After that you would need to put this column into Row-based Metric Name if you use Row based data.
As an alternative you might turn off metric name column and use Category data field instead.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Thanks for the Response.
No, I want to display the Metric Name having fixed Text (Historical Min) and concatenating with variable measure which brings back different dates based on the filters applied So my requirement is typically to create a dynamic measure name...
I know how to create a dynamic measure name but I can't retrofit into this visual as per my needs.
Let me know if I miss any thing.
It seems you should use a DAX query to build a column that meets your requirements.
After that you would need to put this column into Row-based Metric Name if you use Row based data.
As an alternative you might turn off metric name column and use Category data field instead.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals