Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello Community,
I have a matrix. I want to calculate weigth for all the months by dividing it with total value.
The dax i am using is
Solved! Go to Solution.
The above mentioned issue was resolved. The dax used was allexcept and in the dax i mentioned all the column names which i used in the slicers. Hope this helps anyone else. Cheers!!!!!!
The above mentioned issue was resolved. The dax used was allexcept and in the dax i mentioned all the column names which i used in the slicers. Hope this helps anyone else. Cheers!!!!!!
Hi @Anonymous ,
Can you try modifying your DAX to the following:
bgtw = DIVIDE(
CALCULATE( SUM(LE[BU AM]) ), [Total_BU_AM_Measure]
)
If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂
Thanks,
Pragati
Hi Pragati,
this gives me value 1 in all the columns
Hi @Anonymous
you might consider creating pbix file that will contain some sample data (remove the confidential info), upload the pbix to onedrive for business and share the link to the file. Please do not forget to describe the expected results based on this sample data.
No issues, I want the result fast what you suggested will take a lot of time. thanks for the help
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
67 | |
51 | |
38 | |
26 |
User | Count |
---|---|
88 | |
52 | |
45 | |
39 | |
38 |