This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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.
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 |
|---|---|
| 33 | |
| 25 | |
| 23 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 41 | |
| 27 | |
| 22 | |
| 22 |