Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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