Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
Hi all,
I have one doubt on conditional calculation. for example i have category column, in category column have different filed like "POC","LON","FLD". I want to get "POC" total value .
Is there possible to get my value.
Help me on this
Thanks
Solved! Go to Solution.
Hi AmalrajRRD1,
You can create a measure “Total of POC” using DAX:
Total of POC = CALCULATE(SUM(Table1[Value]), Table1[Category] = "POC")
PBIX here:
https://www.dropbox.com/s/01dzvaoxtkui1b0/For%20AmalrajRRD1.pbix?dl=0
Regards,
Jimmy Tao
Hi AmalrajRRD1,
You can create a measure “Total of POC” using DAX:
Total of POC = CALCULATE(SUM(Table1[Value]), Table1[Category] = "POC")
PBIX here:
https://www.dropbox.com/s/01dzvaoxtkui1b0/For%20AmalrajRRD1.pbix?dl=0
Regards,
Jimmy Tao
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
115 | |
112 | |
105 | |
95 | |
58 |
User | Count |
---|---|
174 | |
147 | |
136 | |
102 | |
82 |