Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Syndicate_Admin
Administrator
Administrator

percentage participation over total by period

Hello community good day,

I have the following measure

% ECL IFRS =
DIVIDE(CALCULATE(SUM(IFRS_vwREPORTE_PROVISION_IFRS[PE_STAGE])),CALCULATE(SUM(IFRS_vwREPORTE_PROVISION_IFRS[PE_STAGE]),ALLSELECTED(IFRS_vwREPORTE_PROVISION_IFRS)))
to calculate the percentage of each of the items however I need to show the percentage of each one on the total of the year, which when adding each column independently I give 100%.

WilliamForero_0-1664983509601.png

they could help me validate how I would have to apply the filter.

1 ACCEPTED SOLUTION
v-yiruan-msft
Community Support
Community Support

Hi @WilliamForero ,

You can create another new measure as below and put this new measure to replace the original measure onto the matrix visual...

Note: The values fields are from the field marked with red square in the screenshot below...

New mesaure = SUMX ( VALUES ( 'Tablename'[Date] ), [% ECL IFRS] )

yingyinr_1-1665039691090.png

 

In addition, you can refer the following links to try to solve your problem...

Why Your Total Is Incorrect In Power BI - The Key DAX Concept To Understand

Dax for Power BI: Fixing Incorrect Measure Totals

 

If the above one can't help you get the desired result, please provide some sample data in your table (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

How to upload PBI in Community

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yiruan-msft
Community Support
Community Support

Hi  @WilliamForero ,

Whether your problem has been resolved? If yes, could you please mark the helpful post as Answered? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-yiruan-msft
Community Support
Community Support

Hi @WilliamForero ,

You can create another new measure as below and put this new measure to replace the original measure onto the matrix visual...

Note: The values fields are from the field marked with red square in the screenshot below...

New mesaure = SUMX ( VALUES ( 'Tablename'[Date] ), [% ECL IFRS] )

yingyinr_1-1665039691090.png

 

In addition, you can refer the following links to try to solve your problem...

Why Your Total Is Incorrect In Power BI - The Key DAX Concept To Understand

Dax for Power BI: Fixing Incorrect Measure Totals

 

If the above one can't help you get the desired result, please provide some sample data in your table (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

How to upload PBI in Community

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.