Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
How to get this calculated field from Tableau to Power BI.
if [Order Set] then [Customer Name] else
"" end
Solved! Go to Solution.
Ah, OK. Then you can create a column like
New column =
IF ( NOT ISBLANK ( 'Table'[Order set] ), 'Table'[Customer name] )
Use Power Query to add a Conditional Column.
Yes, But the calculated column/ sets cannot be used in Power Query editor right.
Here order set is a group created in Power BI
Ah, OK. Then you can create a column like
New column =
IF ( NOT ISBLANK ( 'Table'[Order set] ), 'Table'[Customer name] )
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.