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. Can someone please help me with this one.
I have a table for all the expensenes monthly sliced. I need to have 1 column and have all the months as a selection so which ever I select it should show that months figures.
Please can someone look and advise if that is possible
Solved! Go to Solution.
@ahsanlhcgov select your period columns and unpivote them. Then you have exactly what you want.
Regards.
Pavel
You need to unpivot your data during the get data process.
Here is an old video I created. The principle and approach is the same in Power bi
https://m.youtube.com/watch?v=K7VS5oqjCxU
You need to unpivot your data during the get data process.
Here is an old video I created. The principle and approach is the same in Power bi
https://m.youtube.com/watch?v=K7VS5oqjCxU
@ahsanlhcgov select your period columns and unpivote them. Then you have exactly what you want.
Regards.
Pavel