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,
Im having some trouble to get a value by the total of each line.
I have 4 kind of products with a production in euros and the number of days of each product. I divide the production with the days to know my value per day.
However I would like to divide the production of each product by the total days of each line, so the sum of each value per day is the same as the total value per day.
e.g. for the first line and product I want to divide: 12.4€/368 days
Thanks in advance for the help
Solved! Go to Solution.
@JMS1985 , One option is to drag this measure and right click on it in the visual pane. You should get option to show as % of row/column total
Another is to have a measure, Assume you have col1 on row and col2 on the column
Divide([measure], calculate([measure], removefilters(Table[Col2]))
@JMS1985 , One option is to drag this measure and right click on it in the visual pane. You should get option to show as % of row/column total
Another is to have a measure, Assume you have col1 on row and col2 on the column
Divide([measure], calculate([measure], removefilters(Table[Col2]))
Hello @amitchandak I have used your proposed formula and it has worked. Thank you for your fast reply and have a nice weekend!
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |