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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
dcimcclelland
New Member

Text Measure not displaying in Visual

Hi, (sorry I'm a novice...) I have created a Measure to return a text string with 6 possible results (depending on which range a calculated result falls into).

 

dcimcclelland_1-1651382048724.png

 

In Visuals I can create a table (below) but I can't get any other Visual to show the number of results in each of the 6 result categories (e.g. bar chart; pie chart) - it won't let me drag the Measure into Values to perform a Count of the 6 result categories.

 

I can get the result if I export to Excel and create a Pivot Table...but I want to be able to show it in a Power BI Visual

 

dcimcclelland_0-1651381573990.png

 

1 ACCEPTED SOLUTION
rbriga
Impactful Individual
Impactful Individual

What you can do is create a different measure to each category, and put each of those in the chart.

See this example.

Each measure Would likely be something similar to:

No Sales= 
CALCULATE(
COUNT(Table[number]),
FILTER(Table,
[Stock Turn Range] = "no sales"
)
-------------------------
Data analyst by day, hockey goalie by night.
Did I help? Then please hit that "kudos" or "accept as a solution" button!

View solution in original post

2 REPLIES 2
rbriga
Impactful Individual
Impactful Individual

What you can do is create a different measure to each category, and put each of those in the chart.

See this example.

Each measure Would likely be something similar to:

No Sales= 
CALCULATE(
COUNT(Table[number]),
FILTER(Table,
[Stock Turn Range] = "no sales"
)
-------------------------
Data analyst by day, hockey goalie by night.
Did I help? Then please hit that "kudos" or "accept as a solution" button!
SpartaBI
Community Champion
Community Champion

@dcimcclelland think about it, how would you represent texts in charts? What will be the scale?
You can't use charts to show text as the values.
You can however use Calculation Groups to change the format strings of the result to that ever you want, but the actual values need to be numeric.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.