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
Hi, I hope this message finds you well. I am reaching out to seek your expertise and assistance in replicating a specific feature from a Tableau report into Power BI. The challenge I am currently facing is in creating an "Invoice Net Amount USD" line that displays percentages as shown in the Tableau report.
I have attempted to achieve this in Power BI using various approaches, but I haven't been successful in replicating the exact behavior. It appears that the DAX formula I have been using might not be suitable for this specific requirement.
Could you please guide me on the appropriate DAX formula or any other method to achieve a similar percentage display for the "Invoice Net Amount USD" line in Power BI?
I appreciate any insights or suggestions you can provide to help me overcome this hurdle. Thank you in advance for your time and assistance.
Solved! Go to Solution.
hello @Anonymous
what you are trying to achieve is a cumulative %.
sample data used :
measure :
code :
if the x-axis is randomly ordered, i would suggest to create a column to order this column .
this can be done as follow :
go to table view :
select the column in question
go to sort by column
choose the index .
hope this helps
best regards.
but for me it's coming like this
hello @Anonymous
what you are trying to achieve is a cumulative %.
sample data used :
measure :
code :
if the x-axis is randomly ordered, i would suggest to create a column to order this column .
this can be done as follow :
go to table view :
select the column in question
go to sort by column
choose the index .
hope this helps
best regards.
User | Count |
---|---|
67 | |
61 | |
47 | |
35 | |
32 |
User | Count |
---|---|
87 | |
72 | |
56 | |
49 | |
45 |