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.
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,
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 |
---|---|
10 | |
10 | |
10 | |
9 | |
7 |
User | Count |
---|---|
17 | |
12 | |
11 | |
11 | |
11 |