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
Hi , I am creating a table to show which customers downloaded and requested what kind of documents on which date.
I want to use a measure to return a text result,
when Event Action = "submit" and Event Catagory is "request info"
Return: Event label (text)
Can someone help me, please?
Solved! Go to Solution.
Hi @dgdgdg122db
you dont need to create a measure, create a calculated column like
Column =
IF([Event Action] = "submit" && [Event Catagory] = "request info", [Event label], BLANK() )
Hi @dgdgdg122db
you dont need to create a measure, create a calculated column like
Column =
IF([Event Action] = "submit" && [Event Catagory] = "request info", [Event label], BLANK() )
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |