Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi i'm using power bi from 2 days so I need help with this problem,
I have this matrix.
Is composed from parent project(id 1 2 3 4 5) and their son( id a b c ...)
Each row is group by parent id, but when a row is compressed(like id 3) i would not show "prime issue type son", because it shows last son attribute but it should be empty if compressed( a father can have a lot of sons).
Thank you in advice for help.
Hi @Anonymous ,
May I ask if your problem has been solved? Did Shishir22's post above help you? If any of the posts are helpful, then please consider Accepting it as a Solution to help other members find it faster. Many thanks!
How to Get Your Question Answered Quickly
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
You can create measure as -
[Prime issue father type]= Min(Prime issue father type)
And try inscope measure on top of this measure.
Please mark it as answer if it solves your issue. Kudos are also appreciated.
Hello @Anonymous ,
Assuming [Prime issue father type] is already a measure
You can try a new measure on top of it something like -
If(inscope(sonid), [Prime issue father type], blank())
Please mark it answer if it solves your issue. Kudos are also appreciated.
Thanks for your help it works with a measure but that value are from the table that i have imported. Is there any way to make the same with this kind of data?
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
92 | |
83 | |
71 | |
49 |
User | Count |
---|---|
143 | |
120 | |
111 | |
59 | |
57 |