Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have a matrix table
Level 1 is Porfolio and and level 2 is Project_short. There is a column I only want to show (ALL_IN_RATE) when it's at level 2 so i created this formula. Anyone has an idea why this doesnt' work?/
Thanks.
Solved! Go to Solution.
you can try this
Measure 2 = if(ISFILTERED('Table'[Column2]),max('Table'[Column3]),blank())
Proud to be a Super User!
Let me rephrase. Please see the attached workbook
I just want the best product column not to show any value for Asia because that wouldn't be meaningful Thanks!
you can try this
Measure 2 = if(ISFILTERED('Table'[Column2]),max('Table'[Column3]),blank())
Proud to be a Super User!
tHIS IS AMAZING
Basically i don't want to column ALL in rate to show anything when i am at this level. because the data is not meaningful.
That's a column. you need to add aggregate function like sum, max ,min.
Proud to be a Super User!
So what should I do to get my desired output
For example,
I have three columns.
Level 1 Groupping
Level 2 Groupping
Column storying information of the prodocut category of Level 2 (which is not applicable to level 1)
not clear about that. Could you pls provide some sample data and expected output?
Proud to be a Super User!
Let's consider this. The main goal is that I don't want it to show any aggregration (first/last) for Asia in the product column.
is this what you want?
what's your current output?
Proud to be a Super User!
Could you show what would happen if you only showing at asia level (i.e., collapse one level)
This one works. May I have your powerbi settings?
Mine is like
Asia | Toy |
Hong Kong | Toy |
China | Computer |
Korea | Toy |
Japan | Computer |
Taiwan | PS4 |
Because Asia is pulling first for the product column.
you need to separate Asia and other countries to different columns. Then you can have the geo
hierarchy
Proud to be a Super User!
They are now in different columns and different hiarachy. But how do you make them to expand like you G1 G2. Mine is expanded vertically
Thanks
you can try turn off the stepped layout in the matrix settings.
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
87 | |
65 | |
50 | |
45 |
User | Count |
---|---|
217 | |
88 | |
81 | |
65 | |
56 |