Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Change data category of measure.

I want to add image URL for image based on measure value but i am not able to change image address as image URL into measure.
Status: Completed
Comments
nishalit
New Member
We added this as part of our August Power BI Desktop release. You can read the details in our blog post: https://powerbi.microsoft.com/en-us/blog/power-bi-desktop-august-2018-feature-summary/#dataCategory
tamas_vido1
New Member
I just ran into the same problem. I wonder why it is disabled for measures. That would be a good way to display images dynamically. Typically KPIs for measures in a table / matrix.
90t
New Member
Agreed - would be a GREAT add 🙂
Cgowdar
Advocate II
Facing the same issue, would be very much helpful if this feature will be added very soon
Cgowdar
Advocate II
will be very helpful if this feature is added asap
fernando_paes_o
New Member
We really need this!!!
josip_spajic
New Member
COMEONE this isnt that hard and it fixes a LOTTT of problems, please just do it
fbcideas_migusr
New Member
Yes please - this seems like easy "low hanging fruit" to make a big improvement in Power BI.
ted_pattison2
New Member
Currently you can set the Data Category value for a native column or a calculated calculate but you cannot set a Data Category value for a measure. However, if this were possible it would open up a whole new world of possibilities and it would eliminate the need to developer a custom visual to for many common scenarios. For example, if you could set the Data Category for a measure to Image URL, you could create a simple KPI indicator that could be added to a Table or Matrix visual. The idea is that you could author a measure that returned strings which link to a set of images publicly available on the Internet. Sales Growth PM Eval = IF( ISNUMBER([Sales Growth PM]), SWITCH(TRUE () , ([Sales Growth PM] >= 0.2), "https://cpt.azureedge.net/images/green-light.png", ([Sales Growth PM] >= 0.1), "https://cpt.azureedge.net/images/yellow-light.png", ([Sales Growth PM] >= 0), "https://cpt.azureedge.net/images/red-light.png" ) )
bburmeister
New Member
Yes please.