Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All,
Here are the two columns from my source table "Table A"
1)
Solved! Go to Solution.
Download this file:
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
Thanks
column has created
How to display counts in the graph by values ? Total counts of Assesssed & Non Assessed?
For number 2, i can get total counts of rows from below:
Please note:
Column values are in sentensec for each rows.
In each sentense either pending , scheduled , patched, workaround & nonapplicable is used.
Hi @sdhn
Can you post sample data as text and expected output?
please see this post regarding How to Get Your Question Answered Quickly:
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.
4. Relation between your tables
Appreciate your Kudos!!
LinkedIn:www.linkedin.com/in/vahid-dm/
| Column F | |
| YES | |
| NO | |
| NO | |
| YES | |
Your help will be appreciated
Try this:
Column =
SWITCH(
TRUE(),
[Column F] = "NOT ASSESSED"
|| [Column F] = BLANK(), "NOT ASSESSED",
[Column F] = "YES"
|| [Column F] = "NO", "ASSESSED"
)
Output:
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
I need to dispaly in the graph.
Table is exsited. Thanks
Download this file:
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 6 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 17 | |
| 14 | |
| 13 |