Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi!,
I would like to ask if I can use calculated measure in extracting specific values instead of using calculated column because I will just use the result in other measures so need to add column and to saved up some space?
This is my current calculation:
It's getting the last 4 strings but I want to get only those with "_" and number at the end and leaving blank those without.
Remove size =
var _text = RIGHT( MAX( Job[Number] ), 4 )
return
IF( ISBLANK( _text ), BLANK(), _text )
Solved! Go to Solution.
try like:
try like:
Hi @FreemanZ ,
I just have a bit of concern can I make it an integer and show the total? And I would like to filter it using my date table. There's an indirect relationship between my Date table and that Job table. Thanks for helping out!
Apparently the date table is not working when I change the year.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
10 | |
7 | |
6 | |
6 |
User | Count |
---|---|
30 | |
11 | |
11 | |
10 | |
6 |