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 in my previous report they were using caluclated column, that was used in multiple charts, But performence wise it will take time to show the visual. Now i want to change that caluclated column into measure .
i tried multiple ways but wont work. it showing some errors.
This is the caluclated column .
try like this:
LOB =
VAR PROJ=
CALCULATE(
MAX('Wiser Jira Mapping'[Wiser Instance & solution mapping to Jira project]))
VAR CAT=CALCULATE(MAX(DimProjects[CATEGORY])
,FILTER(ALL(DimProjects),DimProjects[NAME]=PROJ))
RETURN
IF(CAT=BLANK(),"NA",CAT)
LOB =
VAR PROJ=
MAX('Wiser Jira Mapping'[Wiser Instance & solution mapping to Jira project])
VAR CAT=CALCULATE(MAX(DimProjects[CATEGORY])
,FILTER(ALL(DimProjects),DimProjects[NAME]=PROJ))
RETURN
IF(CAT=BLANK(),"NA",CAT)
Hi Ahmed,
Its working
but while iam using in matrix(Rows) it wont take the measure
how can i set it into matrix in ROws section
Try and see if this works, by only replacing this line (and keep the rest of the measure code)
VAR PROJ=
SELECTEDVALUE('Wiser Jira Mapping'[Wiser Instance & solution mapping to Jira project])
no not working
result is showing different
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
72 | |
38 | |
31 | |
26 |