Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap
Hello All,
I have a Power BI that shows Matrix like below
Iwont to have blank values on childs and only show the total to the parent (here in Yellow)
Any help please or suggestion to do this
thank you guys !!
Solved! Go to Solution.
Hi @UserMFA ,
Let's assume that the children in your matrix come from a field called City. I think you can try a measure like the following:
IF(
NOT( HASONEVALUE( Table[City] ) ),
[Write your measure]
)
If I answered your question, please mark my post as a solution.
Best,
Hi @UserMFA ,
Let's assume that the children in your matrix come from a field called City. I think you can try a measure like the following:
IF(
NOT( HASONEVALUE( Table[City] ) ),
[Write your measure]
)
If I answered your question, please mark my post as a solution.
Best,
User | Count |
---|---|
87 | |
74 | |
69 | |
58 | |
55 |
User | Count |
---|---|
40 | |
38 | |
34 | |
32 | |
30 |