Forum Discussion
Calculated field data bars
Hi S184019,
Based on my test in Power BI desktop August version, as long as the calculated column putted in the table visual has been set with one aggregation (eg: SUM), the Data Bars is available in conditional Formatting options.
In your scenario, please ensure the calculated field you mentioned has be set with one aggregation. Please run desktop August version if possible.
Best Regards,
Qiuyun Yu
Thank you for this quick reply!
Alas, the code shows 2 separate aggreagation types:
- Summing the first 3 cols.
- % Growth / 100 in last col.
Perhaps this is something which may be added to DAX or PBI in the future? Dax Code could be:
FORMATBAR('Table'[Column],MIN,MAX)
Is there another work around?
Thanks again for the help!
- v-qiuyu-msft7 years agoCommunity Support
S184019 wrote:
Thank you for this quick reply!
Alas, the code shows 2 separate aggreagation types:
- Summing the first 3 cols.
- % Growth / 100 in last col.
Perhaps this is something which may be added to DAX or PBI in the future? Dax Code could be:
FORMATBAR('Table'[Column],MIN,MAX)Is there another work around?
Thanks again for the help!
Hi S184019,
Not sure what you mean about above highlighted section? Would you please share some screenshots to clarify it?
Best Regards,
Qiuyun Yu