Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
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
Solved! Go to Solution.
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
Hi @Alessandra,
This could be easy with using Matrix visual. You can check it out in this file.
Best Regards,
Dale
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
Hi @Alessandra,
I have no idea about Numeric Distribution (DN). Could you please give an explanation and a sample file?
Best Regards,
Dale
Sorry for my **bleep**ty bad explanation, DN is the number of points of sale in which the products are distributed. For example, in the file, I have the column City and Channel (of distribution) , and first, I want to calculate the Max per Channel so I can have the sum of it. That column would be in Power BI the Numeric Distribution (DN).
https://drive.google.com/open?id=1FsqD5RnYq573kpeBwD6HzgYxPIJ9DDir
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
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 31 | |
| 28 | |
| 24 | |
| 24 | |
| 19 |
| User | Count |
|---|---|
| 44 | |
| 32 | |
| 18 | |
| 17 | |
| 16 |