Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
In a matrix view, is there a way to hide a measure column for one of the time periods which is LTD? In this case I only want Actuals for LTD and want to hide "vs X" and "vs Y" columns. I have 3 measures in the visual - Actuals, vs X and vs Y. Below is the measure I am using for vs X.
vs X measure =
Var denom = CALCULATE(SUM(KPM_TEST[Total Value]),FILTERS(KPM_TEST[Metric]), KPM_TEST[Version] = "Actuals")
Var Num = CALCULATE(SUM(KPM_TEST[Total Value]),FILTERS(KPM_TEST[Metric]), KPM_TEST[Version] = "X")
return
IF(FILTERS(KPM_TEST[Time Period]) = "LTD", "-", num/denom)
Thanks!
Hi @Pdawar
Based on my research and test, this is not available. I cannot find a solution to hide measure values below only one column value.
Best Regards,
Community Support Team _ Jing
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 8 | |
| 8 | |
| 7 |