Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi everybody,
please excuse my total beginner question. I am lost 🙂
I created a table with boolean values in Excel. It looks like this in Power BI:
How can I change the value “True” into something else? Preferably, a graphic icon? This is what I’m aiming for:
Many hanks for your suggestions and ideas
Ulrich
Solved! Go to Solution.
You're choosing #2 but based on what you're trying to do it looks like you really want #1.
For #1 you can go to the query editor, select all the columns, and do a replace values (replace True with the dot)
I really like this question - there are two ways to interpret what you're asking ...
1. How do I convert the Trues to Dots in the data itself?
OR
2. How do I convert the Trues to Dots in the visualization
For #2, Create a New Measure
NewMeasure = IF ( [Measure] = TRUE(), "●", BLANK() )
For #1, Prob Don't Want to Do This, but you would follow a similar if/then logic using the query editor
Hi Austin,
Thank you so much for your answer!
For my purpose I stick to choice #2, creating a new Measure.
Unfortunately, I get an error message when I use your DAX code:
I modified your DAX to:
DatabaseFormat = IF ( Themen[Database] = TRUE(); "●"; BLANK() )
The error message is in German (is there a way to change the language?). It basically says: No single value can be detected in the column Database of the table Themen. I also tried it without the table name (just: [Database]) and got a similar message.
Any idea what I'm doing wrong?
Ulrich
You're choosing #2 but based on what you're trying to do it looks like you really want #1.
For #1 you can go to the query editor, select all the columns, and do a replace values (replace True with the dot)
Hi Austin,
for some reason I can't get the New Measure method to work. But #1 (replacing the values in the query editor) worked out great.
Thanks very much for your help
Ulrich
If we could create KPIs within PBI this would have been easier
Currently you have to create in PowerPivot and Import to PBI
https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-import-and-display-kpis/
If you'd like to be able to do this in PBI Vote here
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
65 | |
63 | |
52 | |
37 | |
36 |
User | Count |
---|---|
82 | |
67 | |
61 | |
46 | |
45 |