March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello! I did a formula below in Excel to get a column of data based on the selected value in a Slicer.
For example, if a user select July in the slicer, it returns me the row of column values for July.
How can i perform this in Power BI?
INDEX('Cost Center AOP'!$G:$R,,MATCH($H$2,'Cost Center AOP'!$G$5:$R$5,0))
Cost Center AOP data
May | June | July | August <---Column Name
$0 $1 $2 $3
$1 $2 $2 $2
$3 $3 $3 $3
Solved! Go to Solution.
Hi sh10,
You can't do this directly in power bi because all the filter is based on rows, not columns. As a workaround, you can click-> query editor-> transform-> unpivot columns as below:
After applied&closed, create a slicer visual based on attribute column like below:
Regards,
Jimmy Tao
Hi sh10,
You can't do this directly in power bi because all the filter is based on rows, not columns. As a workaround, you can click-> query editor-> transform-> unpivot columns as below:
After applied&closed, create a slicer visual based on attribute column like below:
Regards,
Jimmy Tao
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |