The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi All, I have created a matrix which has three fields in rows Phasecode, Phasecode Desc and Emplyee name and then I have revised Est for Each Phasecode. I donot want the value of Revised Est repeated in for Phasecode Desc and Emplyee name. How can I achive the matrix view as shown below in the right.
Hi @yogita
What happens if you had to change it only looking for where the INSCOPE using an IF statement instead of the switch true?
No Change.
Hi @yogita
Off the top of my head you would need to create a DAX measure and use the ISINSCOPE DAX funtion, which you can then look at the scope/level of your hierarchy and then set it to blank on those hierarchy levels.
Hi @GilbertQ
Yes I am using the below measure. The problem is that it is showing revised est only at the phase code level. I want the value only against the Phasecode when the entire hirerchy is expanded.
@GilbertQ - Can you suggest changes to the measure? Not able to figure out myself. Thanks