Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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êsUser | Count |
---|---|
64 | |
59 | |
47 | |
32 | |
31 |
User | Count |
---|---|
84 | |
73 | |
52 | |
50 | |
44 |