Forum Discussion
Condition & Counts
Hi All,
Here are the two columns from my source table "Table A"
1)
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/
7 Replies
- sdhnResponsive Resident
Thanks
column has created
How to display counts in the graph by values ? Total counts of Assesssed & Non Assessed?
- sdhnResponsive Resident
For number 2, i can get total counts of rows from below:
Counts Status = COUNTROWS(ALLSELECTED('TABLE A'[D]))-1But I want for indiviual values as:Please note:
Column values are in sentensec for each rows.
In each sentense either pending , scheduled , patched, workaround & nonapplicable is used.
- VahidDMSuper User
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/- sdhnResponsive Resident
Column F YES NO NO YES If Column F = Not Assessed or Blank = Not AssessedIf Column F = Yes or No = AssessedI have my existing code but not getting values as above.Your help will be appreciated
Thats I need it. Thanks