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.
Hi,
I'm trying to labeling the data in each row with text by New Column with multiple conditions.
As you can see that each inq_ID has prc_sts, SQ_sts and inq_itm_sts.
I'm trying to label each inq_ID by creating inq_itm_sts_mod of which conditions depending on those three status.
The problem is inq_itm_sts_mod I've got is not combine together.
As you can see in another table that the Fail and Pending are separated. There are two rows of Fail and Pending.
I'd like to make them to show only three rows as Fail, Pending and Confirmed.
Thank you very much in advance!!
Dtip
Hi,
Have you tried using DISTINCT(TRIM(Table[Column])). This should Create a new calculated Table