Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin 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.
good night
Dear
I have a measure (accumulated 3 months) and a column (vl_cliente_1)
The measurement is calculating an accumulated sum and that's OK, however, I need to multiply the measurement by the column that corresponds to the vehicle's tariff rate, how can I do this?
Solved! Go to Solution.
Hi @Edgar_massa ,
You can create another new measure as below and put this new measure to replace the original measure [Fat. Acumulado] onto the matrix visual...
New measure =
SUMX (
VALUES ( dCalendario[Data] ),
SUMX ( VALUES ( transaction_dw[companyID] ), [Fat. Acumulado] )
)
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, could you please provide more raw data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples? It would be helpful to find out the solution. You can refer the following links to share the required info:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
And 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
I managed to create.
But there is a problem, now I can't modify the Total, using the HasOneValue function to add the measure in the visual, could you tell me?
The total brings the maximum envelope of the sum.
Hi @Edgar_massa ,
You can create another new measure as below and put this new measure to replace the original measure [Fat. Acumulado] onto the matrix visual...
New measure =
SUMX (
VALUES ( dCalendario[Data] ),
SUMX ( VALUES ( transaction_dw[companyID] ), [Fat. Acumulado] )
)
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, could you please provide more raw data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples? It would be helpful to find out the solution. You can refer the following links to share the required info:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
And 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
Veeeeeery thanks,
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
16 | |
9 | |
7 | |
7 | |
6 |
User | Count |
---|---|
23 | |
11 | |
10 | |
10 | |
8 |