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.
Hello, I am looking for a way to perform a comparison between two types of data, that is:
I have the document types "FCC" and "GRC", both can be from the same document number in the "nudo" column, so what I want to know is which dax function can deliver the data that is in FCC but not in GRC ?
Hi @LucianoS
you can create a new calculated column like
IF ( CONTAINSSTRING ( 'Table'[nudo], "FCC" ), "Yes", "No" )
Sorry, I'm using the translator. nudo is one column, "fcc" and "GRC" is in another column called "TIDO"
User | Count |
---|---|
24 | |
9 | |
8 | |
7 | |
6 |
User | Count |
---|---|
29 | |
11 | |
11 | |
9 | |
9 |