Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi all,
I am trying to calculate the Sales per door with dax, but i need some help In my scenario.
My sales table have sales per costumer, but, i have another table whith the % of distribution per door and the totals are
wrong.
You can get the sample data Here..
THX
Solved! Go to Solution.
HI @Javi77
I think this calculated measure gets pretty close.
AmountPerDoor = IF( ISFILTERED('Door_Location2'[Costumer]), -- THEN -- [%Dist_per_door]*[Amount_by Costumer], -- ELSE -- SUMX(ALL('Door_Location2'[Costumer]),[%Dist_per_door]*[Amount_by Costumer]) )
HI @Javi77
I think this calculated measure gets pretty close.
AmountPerDoor = IF( ISFILTERED('Door_Location2'[Costumer]), -- THEN -- [%Dist_per_door]*[Amount_by Costumer], -- ELSE -- SUMX(ALL('Door_Location2'[Costumer]),[%Dist_per_door]*[Amount_by Costumer]) )
its works!!!
Thank you so much...
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
98 | |
63 | |
45 | |
36 | |
35 |