Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi everyone,
Is there any alternative DAX fomula for this following formula ""
Solved! Go to Solution.
Hi @Anonymous ,
I created a sample pbix file(see attachment) for you, please check whether that is what you want. You can create a calculated column as below:
Flag =
VAR _tab =
CALCULATETABLE (
VALUES ( 'pred_fvs_inner'[Product] ),
ALLEXCEPT ( 'pred_fvs_inner', 'pred_fvs_inner'[Product] ),
pred_fvs_inner[STAGE] = "Closed"
)
RETURN
IF ( 'pred_fvs_inner'[Product] IN _tab, 1, BLANK () )
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Hi @Anonymous ,
I created a sample pbix file(see attachment) for you, please check whether that is what you want. You can create a calculated column as below:
Flag =
VAR _tab =
CALCULATETABLE (
VALUES ( 'pred_fvs_inner'[Product] ),
ALLEXCEPT ( 'pred_fvs_inner', 'pred_fvs_inner'[Product] ),
pred_fvs_inner[STAGE] = "Closed"
)
RETURN
IF ( 'pred_fvs_inner'[Product] IN _tab, 1, BLANK () )
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 55 | |
| 35 | |
| 31 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 75 | |
| 72 | |
| 38 | |
| 35 | |
| 25 |