Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
I have a BI matrix visualization with values in yearly/monthly structure and would like to have a column in which the ratio of each monthly data is being calculated vs the total year.
The only way I was able to calculate the yearly total figure is:
Solved! Go to Solution.
Not sure it is easier but perhaps:
TotalSalesCY = CALCULATE([TotalSales],ALLEXCEPT(DimDate,DimDate[Year]))
If you have a Year column in DimDate.
Not sure it is easier but perhaps:
TotalSalesCY = CALCULATE([TotalSales],ALLEXCEPT(DimDate,DimDate[Year]))
If you have a Year column in DimDate.
Thank you Greg for your quick and helpful reply! This has the same result and formula is exactly what I needed: an other method (ALLEXCEPT) which I can use in other context as well.
Cheers
Accidently was posted without body. I have edited the post.
User | Count |
---|---|
10 | |
8 | |
5 | |
5 | |
4 |