The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I want to create a calculated field only when the feature is closed and the deploy date has been enter.
In my table, there are Feature State Column where it shows different states like Active, Closed, etc. and Deploy date column.
@Anonymous Are you talking about a column or measure? You cannot conditionally "create" a column. You can only have a column/measure that either returns a value or returns BLANK, for example. So, maybe something like:
Column =
IF([Feature State] = "Deploy",<some calculation>,BLANK())
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |