We'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 All,
I have below dataset and required output in screenshot.
I would like to create Flag column in power query with below conditions
if Count is blank, all rows should be flagged as 1
if Count is not blank, I would like to Flag rows only for Ref 11,21 and 3.
for Ref 11,21 and 3, if Count is 2, Flag only Row where Type ="B"
Solved! Go to Solution.
Hi @rob_vander2 ,You could achive this by custom column and if condition please try these
Filter the Rows:
Hi @rob_vander2 , here's a solution you can check out. I'll attach a snippet of M code I used. Thanks
Hi @rob_vander2 , here's a solution you can check out. I'll attach a snippet of M code I used. Thanks
Hi @rob_vander2 ,You could achive this by custom column and if condition please try these
Filter the Rows:
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 |
|---|---|
| 6 | |
| 4 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 7 | |
| 7 | |
| 6 |