Forum Discussion
Measure Total, again
- 1 year ago
I finally find a solution for this.
I use summarize in a temp table and then sumx like below DAX code.
VAR _stdInflation =Summarize('Calendar', --Table'Calendar'[Period], --Group by"@value", --name of expressionCALCULATE(SUM(FactTable[ActualPrel]),SAMEPERIODLASTYEAR('Calendar'[Period])) ,"@value2",CALCULATE(SUM(Summary[Inflation])))
Thanks,
but no luck with VALUES, I´m dealing with different granularity from all 4 tables.
Calendar have Period "yyyy-mm"
Fs Item have Item
Salary have Item and Period and is a SCD2 table
Fact have Item and Period.
Also test crossfilter, userelationship, crossfilter direction to both, everything mess up the total.
Some report should stay in excel 🙂
I cant merge tables because Inflation will affect on PY Actuals, so 2024-06 YTD * 2025-06 Inflation.
Can´t provide pbix.
The only way to help you then is that you provide dummy data for all the tables and desired results so we can import them, otherwise it is impossible to help you
- v-aatheeque1 year ago
Community Support
Hi DrillDownBI
as suggested Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).Do not include sensitive information. Do not include anything that is unrelated to the issue or question.
Please show the expected outcome based on the sample data you provided.
How to provide sample data in the Power BI Forum - Microsoft Fabric Community
Regards,
Atheeq.- v-aatheeque1 year ago
Community Support
Hi DrillDownBI
I wanted to gently remind you about our request for sample data related to your issue. Providing this data in a usable format (not as a screenshot) will greatly help us understand your question and work towards a solution.Please ensure that the sample data covers your issue completely and does not include any sensitive or unrelated information. Additionally, if you could include the expected outcome based on the sample data, that would be very helpful.
Thank you for your assistance and I look forward to your response!
- v-aatheeque1 year ago
Community Support
Hi DrillDownBI
I wanted to kindly follow up on our request for sample data related to your issue. Having access to this data in a usable format (rather than a screenshot) will significantly help us understand the problem and work toward a solution more effectively.
To ensure we can assist you efficiently, please make sure the sample data :
- Clearly reflects the issue you're experiencing.
- Is free from any sensitive or unrelated information.
- Includes the expected outcome based on the data provided.
Your cooperation is greatly appreciated, and we look forward to your response.
Regards,
Atheeq.