The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have a measure which calculates all parts monthly from a table sya table1.
I have another table (table 2) which is created manually which includes month in one column and a value related to it in the second column.
I want to calculate the % of table 1/ table2 values month-wise. It would be helpful if you could please let me know how to do it.
Thank you!
Hi @Anonymous,
Could you please mark the proper answers as solutions?
Best Regards,
Dale
Hi @Anonymous,
Please provide a dummy sample.
I would suggest you create a date table and establish some relationships. Then the visual could be the month column from the date table and a measure like below.
Measure = SUM ( 'table1'[value] ) / SUM ( 'table2'[value] )
Best Regards,
Dale
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490