The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi all,
I am new to Power BI Desktop and have managed to do all other formula's except this one. If someone could help it would be greatly appreciated.
My formula in excel adds up all the values in column 1 if the name is the same in column 2 and returns the total of all rows in each row. This then enables me to pick up the max unavailable days.
No matter what I try in Power BI I cannot get a formula to work. I have tried doing it in the query, in the data table and as a measure, but nothing works. Help please.
Thank you in advance.
Michelle
DNU – Unavailable Days MCRQ | FE & Week Start Date MCRQ | NEW Column |
1 | KLA – 10/04/2023 | 3 |
1 | KLA – 10/04/2023 | 3 |
1 | KLA – 10/04/2023 | 3 |
Solved! Go to Solution.
Hi @MRAMS
You can create a calculated column
Column = SUMX(FILTER('Table',[FE & Week Start Date MCRQ]=EARLIER('Table'[FE & Week Start Date MCRQ])),[DNU – Unavailable Days MCRQ])
Output
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @MRAMS
You can create a calculated column
Column = SUMX(FILTER('Table',[FE & Week Start Date MCRQ]=EARLIER('Table'[FE & Week Start Date MCRQ])),[DNU – Unavailable Days MCRQ])
Output
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
This formula has worked. Thank you so much for your help.
Thanks,
Michelle
Michelle
Hi Michelle,
Wouldn't you rather just calculate the 'Max Unavailable Days' as a measure or do you need this column for something else?
Some additional data with more combinations would be useful.
Have I solved your problem? Please click Accept as Solution so I don't keep coming back to this post, oh yeah, others may find it useful also ;). |
If you found this post helpful, please give Kudos. It gives me a sense of instant gratification and, if you give me Kudos enough times, magical unicorns will appear on your screen. If you find my signature vaguely amusing, please give Kudos. | Proud to be a Super User! |