Forum Discussion
Anonymous
2 years agoNot applicable
graph
I have used one rectangle transparent shape and i have used below measure, how to add picture along with if no data is available with the "breed data is not available"
like below picture:
No Data for Census = if(ISBLANK(COUNTROWS('Primary Secondary Details')),"breed data is not available","")
// If the number of rows in PrimarySecondaryDetails is 0, then No Data is Available is displayed.
my requirement:
aj1973 can you please look into this
1 Reply
- lbendlinSuper User
No need for a measure. Put a text box behind the chart box, and then control the chart's opacity.