Forum Discussion
Condition & Counts
- 4 years ago
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/
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
- VahidDM4 years agoSuper User
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/- sdhn4 years agoResponsive Resident
I need to dispaly in the graph.
Table is exsited. Thanks
- VahidDM4 years agoSuper User
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/