Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Dear Experts,
We have the below matrix , however the customer wants to keep the Target column only for the prior week ( please refer to the picture below).
I have tried the option of dragging few columns , but getting the below marked boundaries against the hidden columns,
How can we achieve this?
Thanks in Advance.
Thanks & Regards,
Abhisek
Solved! Go to Solution.
Hi @Anonymous ,
As I do not have your specific data, I have created a similar template for your reference at:
Base data:
visual:(Remove the circled parts of the image.)
Create the below measure:
TEST = IF(MAX('Table'[type2])="T2c",IF(MAX('Table'[type1])="T1",0,BLANK()),MAX('Table'[value]))
Use the measure to create visual:
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien
Hi @Anonymous ,
As I do not have your specific data, I have created a similar template for your reference at:
Base data:
visual:(Remove the circled parts of the image.)
Create the below measure:
TEST = IF(MAX('Table'[type2])="T2c",IF(MAX('Table'[type1])="T1",0,BLANK()),MAX('Table'[value]))
Use the measure to create visual:
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 36 | |
| 34 | |
| 31 | |
| 27 |
| User | Count |
|---|---|
| 136 | |
| 103 | |
| 66 | |
| 65 | |
| 56 |