The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a field which follows the layout as follows: ID-Name (i.e. 123-henry)
I want to (for example above) create a URL Measure that looks like this: app.powerbi.com/ID=123.
I tried this DAX syntax (Kudos ChatGPT):
URL Measure = "app.powerbi.com/ID=" & SUBSTITUTE([ID-Name field], "-", "")
And got the following error:
"(...) a measure formula refers to a column that contains many values without specifying an aggregation (...)"
Pls help 🙂
You could try to create a calculated column with the same code.
Then you can use the new filed.
Mark as solution if i help you.
Ciao
User | Count |
---|---|
78 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
104 | |
93 | |
52 | |
50 | |
46 |