The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello everybody,
I hope you are very well.
Is there any way to make that total in "WDT y MPH" (2.263) appear in each row where it now appears with different numbers? That would mean it should skip the filter in the table "LATE DELIVERY REASON" (in this case is "blank"). What I want is to divide each "WDT y MPH" occurrence by its total, to have the %.
Thanks a lot. Best regards,
Chema Ortega
Solved! Go to Solution.
Hi,
You can use ALL or REMOVEFILTERS in your calculate e.g. REMOVEFILTERS('YourTableName'[LATE DELIVERY REASON]) or ALL('YourTableName'[LATE DELIVERY REASON])
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
Proud to be a Super User!
Hi,
You can use ALL or REMOVEFILTERS in your calculate e.g. REMOVEFILTERS('YourTableName'[LATE DELIVERY REASON]) or ALL('YourTableName'[LATE DELIVERY REASON])
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
Proud to be a Super User!
Thanks sooo much, @ValtteriN! You solved the issue! I used
User | Count |
---|---|
16 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
23 | |
13 | |
13 | |
8 | |
8 |