Forum Discussion
Anonymous
5 years agoNot applicable
How to display text dynamically in Power BI
Hi All, I need help in displaying text of a column dynamically. In the below table, I have a column called "Carrier Name", which holds data in text format. Below table brings data of all the time ...
Anonymous
5 years agoNot applicable
amitchandak, thanks for reverting. The filter for "Show items with no data" was always unchecked. The visual level filter does help, however I was looking for some DAX Code here. Also, yes I have displayed (Blank) as 0 for the field "Load Count", as I have a Card visual created for this field too, where I would like to display "Blank" as "0". Hence, was searching for an option where I don't have to use visual filter nor have to revert the code for Load Count from 0 to Blank. Can you please help here?
amitchandak
Super User
5 years agoAnonymous , Have a measure
if( [Load Count] =0 , blank(),[Load Count])