This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello Guys!
I am recently doing a project in which i have a requirement from client says that we have 3 companys and in the report the companies column on demand like if we select company 1 then total of company 1 only if we select two 2 companies then only show two companies column and total = Company1 + Company 2
| Company 1 | Company 2 | Company 3 | Total Company |
| 100 | 200 | 900 | 1200 |
| 200 | 400 | 566 | 1166 |
| 300 | 800 | 1233 | 2333 |
I have done other things but how to hide column if it is not selected ?
please share your advise and solution Thanks in advance
@amitchandak
@Greg_Deckler
Solved! Go to Solution.
Hi @Anonymous,
You can add if statement to package your measure expression to add conditions check if slicer selected specific values or they will replace to blank results.
ISFILTERED function (DAX) - DAX | Microsoft Docs
Regards,
Xiaoxin Sheng
@Anonymous What does your source data look like? If you have Company1, Company2 and Company3 columns then try unpivoting those in Power Query Editor.
@Greg_Deckler
I want to show Company measure when i select company name from slicer else it should be hide.
| Company 1 Measure | Company 2 Measure | Company 3 Measure | Total Company | Measure 1 | Measure 2 | Measure 3 | Measure 4 |
| 100 | 200 | 900 | 1200 | ||||
| 200 | 400 | 566 | 1166 | ||||
| 300 | 800 | 1233 | 2333 |
Hi @Anonymous,
You can add if statement to package your measure expression to add conditions check if slicer selected specific values or they will replace to blank results.
ISFILTERED function (DAX) - DAX | Microsoft Docs
Regards,
Xiaoxin Sheng
Actually i have 3 companies and other measures
3 companies should Be there when i select from them single or multiple.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 28 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 36 | |
| 29 | |
| 25 | |
| 24 |