Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I am really a beginner with this tool, I am trying to make this calculation with DAX, however it does not show how I would like it.
I know something is wrong, I can not find that
Solved! Go to Solution.
Hi @GKs,
As you have mentioned that you are a beginner I have attached a power bi pbix file which you can download from link below.
https://www.dropbox.com/s/zpfk3yfpdevwbul/SalesPercent.pbix?dl=0
in this file I have tested the following result.
If this helped you, please mark this post as an accepted solution and like to give KUDOS .
Regards,
Affan
Hi @GKs,
As you have mentioned that you are a beginner I have attached a power bi pbix file which you can download from link below.
https://www.dropbox.com/s/zpfk3yfpdevwbul/SalesPercent.pbix?dl=0
in this file I have tested the following result.
If this helped you, please mark this post as an accepted solution and like to give KUDOS .
Regards,
Affan
replicate the same formula and only divide the red / red, the other values are infinity
if I did, however it remains the same with infinity
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @GKs,
Add the following measure to your data model:
% = var Red_sales = CALCULATE(SUM(Sales[Sales]);Sales[Group] = "Red") Return SUM(Sales[Sales]) / Red_sales
Should give you the expected result
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThis 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 |
---|---|
79 | |
73 | |
58 | |
36 | |
32 |
User | Count |
---|---|
90 | |
62 | |
61 | |
49 | |
45 |