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.
Thanks for checking out my post! I really appreciate any help offered.
Im trying to make a new column in my query that is based off of two other columns, "CISA KEV Status", which has two values of either "CISA KEV" or "Not CISA KEV" & another column called "Days to mitigate" which has values in whole numbers, ranging from 0-30.
I want this new column to show only the days to mitigate for values which are "CISA KEV", and for "Not CISA KEV" to be excluded, or zeroed.
thank you in advance!
Solved! Go to Solution.
Hello @zan3gerous ,
You can create a column using below dax
If you need filtered table, use
If you need different output, attached a sample please.
I hope I answered the query. If yes, mark this as solution. Appreciate Kudos always 🙂
Cheers
Hello @zan3gerous ,
You can create a column using below dax
If you need filtered table, use
If you need different output, attached a sample please.
I hope I answered the query. If yes, mark this as solution. Appreciate Kudos always 🙂
Cheers
User | Count |
---|---|
14 | |
9 | |
7 | |
7 | |
6 |
User | Count |
---|---|
21 | |
11 | |
10 | |
10 | |
8 |