Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hello all,
Solved! Go to Solution.
Hi @DANI2021 ,
I updated your sample pbix file(see the attachment), please check if that is what you want. Please update the formula of the measure [Total] as below:
|
Total =
SUMX (
ALLEXCEPT (
'Fabrikleistung',
'Fabrikleistung'[Auftrag]
),
[Factory Output]
)
|
Best Regards
Hi,
Try this measure
Total 1 = SUMX(ALLEXCEPT('Fabrikleistung','Fabrikleistung'[Auftrag]),[Factory Output])
Hope this helps.
Hi @DANI2021 ,
I can't access to your file when try to open your shared file link. Could you please grant the sufficient privilege to access the file? You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Sorry, should Work now
Hi @DANI2021 ,
I updated your sample pbix file(see the attachment), please find the details in the attachment. You can create a measure as below to get it:
Total =
SUMX (
GROUPBY (
'Fabrikleistung',
'Fabrikleistung'[Material],
'Fabrikleistung'[Hauptbuch],
'Fabrikleistung'[Auftrag]
),
[Factory Output] + [Output 521000 *-1] + [Output 522000] + [Output 522002]
)
Best Regards
This is Not quite the result i expect. I need the 315.55 in the new column at row Level.
Hi @DANI2021 ,
Please update the formula of measure [Total] as below and check if it is your expected result... You can find the details in the attachment.
Total =
SUMX (
ALLEXCEPT (
'Fabrikleistung',
'Fabrikleistung'[Hauptbuch]
),
[Factory Output]
)
Best Regards
Thank you,
Thats ist already going in the right direction. If i now add more Orders to my Data model, they will also bei aggegated. I want the sum of wach Order.
Here is my extended Data model:
https://drive.google.com/file/d/1Y7oJ6kHokZkXFpkS8DWzrftXZZeAjNZY/view?usp=drivesdk
The 1,434 ist the sum of two Orders. Gut i want to have the value for the Orders seperately. So a sum for the order 10536062 an a sum for the order 10525686.
Hi,
Try this measure
Total 1 = SUMX(ALLEXCEPT('Fabrikleistung','Fabrikleistung'[Auftrag]),[Factory Output])
Hope this helps.
Hi @DANI2021 ,
I updated your sample pbix file(see the attachment), please check if that is what you want. Please update the formula of the measure [Total] as below:
|
Total =
SUMX (
ALLEXCEPT (
'Fabrikleistung',
'Fabrikleistung'[Auftrag]
),
[Factory Output]
)
|
Best Regards
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 65 | |
| 39 | |
| 33 | |
| 23 |