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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.