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.
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.
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 |
---|---|
78 | |
76 | |
59 | |
35 | |
33 |
User | Count |
---|---|
100 | |
62 | |
56 | |
47 | |
41 |