Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Dear community,
I have a simple data set which is composed of:
In order to ensure that entries with multiple countries where considered, I have followed the instructions as per '
Solved! Go to Solution.
Hi @Anonymous ,
I think the syntax error is the use of semicolon (;) instead of comma (,). (Semicolon ist German DAX)
Sales Value MEASURE = SUMX(SUMMARIZE('Table','Table'[Project ID],"@Sales Value",AVERAGE('Table'[_Sales Value])),[@Sales Value])
For the Number of Projects make a distinct count on the Project ID.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Hi,
By splitting data into rows, your first question would get answered. As regards the second one, i can help if you share your PBIX file.
Hi @Anonymous
check this out.
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Thanks @mwegener - thank you for your time. I don't have the latest version of Power Bi and I can't open the file. I've asked for an update and I hope it will be installed soon.
Thanks @Ashish_Mathur - my file is about company sales and I am not allowed to share it, unfortunately. But thank you so much for your offer of help
Any chanche you can still guide me?
Hi @Anonymous ,
here an overview
Sales Value = SUMX(SUMMARIZE('Table';'Table'[Project ID];"@Sales Value";AVERAGE('Table'[_Sales Value]));[@Sales Value])
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Dear @mwegener , it definitly seems close to work!! ... but on my side, I am still doing something uncorrectly somehow.
I've added this new measure, calling it 'Sales Value MEASURE' (is a measure right?) and I have copied the formula: I named my table and fields exactly as you did, I thought that it would have worked perfectly. But I got a syntax error.
Sales Value MEASURE = SUMX(SUMMARIZE('Table';'Table'[Project ID];"@Sales Value";AVERAGE('Table'[_Sales Value]));[@Sales Value])
Thank you and sorry if it sounds so silly!
PS. Would that solve also the fact that John Smith is managing ONE project and not two.
Much much appreciated
Best
G
Hi @Anonymous ,
I think the syntax error is the use of semicolon (;) instead of comma (,). (Semicolon ist German DAX)
Sales Value MEASURE = SUMX(SUMMARIZE('Table','Table'[Project ID],"@Sales Value",AVERAGE('Table'[_Sales Value])),[@Sales Value])
For the Number of Projects make a distinct count on the Project ID.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Dear @mwegener , thank you so much. It does work!
Have a lovely weekend and thanks again for your patience and help!
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Dear @mwegener , it definitly seems close to work!! ... but on my side, I am still doing something uncorrectly somehow.
I've added this new measure, calling it 'Sales Value MEASURE' and I have copied the formula: I named my table and fields exactly as you did, I thought that it would have worked perfectly. But I got a syntax error:
Or:
Sales Value MEASURE = SUMX(SUMMARIZE('Table';'Table'[Project ID];"@Sales Value";AVERAGE('Table'[_Sales Value]));[@Sales Value])
Thank you and sorry if it sounds so silly!
Best
G
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
75 | |
55 | |
37 | |
33 |
User | Count |
---|---|
99 | |
56 | |
51 | |
44 | |
40 |