Forum Discussion
Calculate numeric distribution
Hi,
In tableau, I've calculate the numeric distribution like this: max({ FIXED [Date],[Brand] : sum({ FIXED [BusinessID],[Date],[Brand]: max([Value])})}). And I want to calculate the same formula, but in PowerBI, it must show something like this:
Thanks
Hi Alessandra,
The formula of DN could be the one like below according to your data.
DN Measure = SUMX ( SUMMARIZE ( 'Table2', 'Table2'[Channel], "MaxSubtotal", MAX ( 'Table2'[Subtotal] ) ), [MaxSubtotal] )Best Regards,
Dale
6 Replies
- v-jiascu-msftMicrosoft Employee
Hi Alessandra,
This could be easy with using Matrix visual. You can check it out in this file.
Best Regards,
Dale
- AlessandraHelper I
Hi v-jiascu-msft,
Thanks, but what I really need is the formula of Numeric Distribution (DN) in PowerBI and I didn't see the formula in your file :(
https://ibb.co/crtqkG
https://ibb.co/jAvQKb- v-jiascu-msftMicrosoft Employee
Hi Alessandra,
I have no idea about Numeric Distribution (DN). Could you please give an explanation and a sample file?
Best Regards,
Dale
