Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
ssssss
Frequent Visitor

Crossjoin with filters

Hello, in the global groups column I add the line "12- AAA", I would like to add a 2nd line "11-Category" of the column groupes PM Global as for the "12- AAA" but I can't find the syntax. Thanks in advance for your help

New =
DISTINCT(
    CROSSJOIN(
    UNION(
        FILTER(
            VALUES('Référentiel comptes'[groupes Global]),
            NOT ISBLANK('Référentiel comptes'[groupes Global])
        ),
        ROW("groupes PM Global","12- AAA"),
    FILTER(
        VALUES('Chaîne'[Chaine]),
        NOT ISBLANK('Chaîne'[Chaine])),
        FILTER(
        VALUES('Chaîne'[EL3]),
        NOT ISBLANK('Chaîne'[EL3])),
        FILTER(
        VALUES('Chaîne'[Code Société]),
        NOT ISBLANK('Chaîne'[Code Société])))))
1 REPLY 1
lbendlin
Super User
Super User

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.

https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.