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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
ssssss
Frequent Visitor

Delete the empty rows

Hello, I created a table like this : 

Table 1 =
CROSSJOIN(
    UNION(
        FILTER(
            VALUES('Référentiel comptes'[groupes €]),
            NOT ISBLANK('Référentiel comptes'[groupes €])
        ),
        ROW("groupes €","1-Category 1")
    )
,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é])))

In it I create a calculated column PM € N (in this one I don't want to retrieve the empty rows, I don't know how to make it so that in my formula it doesn't retrieve the empty rows for me)

PM € N =
IF(
    'PM €'[groupes €]="1-Category 1",

 

    CALCULATE(
        [T cumul pour PM],
        'Référentiel comptes'[catégories]="PM",
        'intermédiaire'[Code Société (groupes)]="French",
        'intermédiaire'[Support]="€",
        FILTER('Chaîne','Chaîne'[Chaine]=EARLIER('PM €'[Chaine])),
        FILTER('Chaîne','Chaîne'[EL3]=EARLIER('PM €'[EL3])),FILTER('Chaîne','Chaîne'[Code Société]=EARLIER('PM €'[Code Société])))
    -CALCULATE(
        [PM € N],
        FILTER('Chaîne','Chaîne'[Chaine]=EARLIER('PM €'[Chaine])),
        FILTER('Chaîne','Chaîne'[EL3]=EARLIER('PM €'[EL3])),FILTER('Chaîne','Chaîne'[Code Société]=EARLIER('PM €'[Code Société]))),

 

    CALCULATE(
        [PM € N],
        FILTER('Chaîne','Chaîne'[Chaine]=EARLIER('PM €'[Chaine])),
        FILTER('Chaîne','Chaîne'[EL3]=EARLIER('PM €'[EL3])),FILTER('Chaîne','Chaîne'[Code Société]=EARLIER('PM €'[Code Société])),
        FILTER('Référentiel comptes','Référentiel comptes'[groupes €] =EARLIER('PM €'[groupes €]))))

Thank you in advance for your help
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
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.