Forum Discussion
jkhan
4 years agoHelper III
Division in Matrix
Hi, Please help me to build DAX to meet below requirement, I have created 2 MATRIX Visual Revenue and Expense Account_ID starting with 4 is Revenue Account Account_ID starting with 5 is Expe...
- 4 years ago
Able to build the DAX working fine now.
E_A_JAN% = DIVIDE( [A_JAN],CALCULATE ( SUM (PBI_MIS_TB[ACTUAL]), PBI_MIS_TB[A_MONTH]=1,PBI_MIS_TB[TB_ACCOUNT_TYPE]="REVENUE", REMOVEFILTERS(PBI_MIS_TB)) )
Thanks & RegardsJamsher
jkhan
4 years agoHelper III
amitchandak Whitewater100
Dear Mr. Amit , Mr. Whitewater any suggestion please