Hi,
I am new to Power BI and I am trying to add a custom column and the details are as below. I am getting an error as below, kindly help me here.
Expression.Error: We cannot convert a value of type List to type Text.
Details:
Value=[List]
Type=[Type]
Custom_ExpectedFulfilmentTime
= Table.AddColumn(#"Removed Columns", "Custom", each if(#"Actionable Demands"[Service Line Input] = null)
then #"Actionable Demands"[#"Allocation ETA/DOJ"]
else if(Text.Contains(#"Actionable Demands"[Service Line Input] , "internal", Comparer.OrdinalIgnoreCase))
then Date.ToText(Date.From(DateTime.LocalNow()),"MM/dd/yyyy")
else if(Text.Contains(#"Actionable Demands"[Service Line Input] , "extension", Comparer.OrdinalIgnoreCase))
then Date.ToText(Date.From(DateTime.LocalNow()),"MM/dd/yyyy")
else "TBD")
Solved! Go to Solution.
Hi,
A few things:
if condition then output else output
Thank you i have removed #"Actionable Demands" as you said
Hi,
A few things:
if condition then output else output
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Mark your calendars and join us on Thursday, June 30 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
186 | |
69 | |
66 | |
59 | |
55 |
User | Count |
---|---|
198 | |
103 | |
88 | |
81 | |
75 |