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.
I have the following measure that works properly until d, however, after I apply the last transformation it breaks and stops applying my report filters.
Any ideas on why this could be happening?
Many thanks!
Hi @powerbr ,
Are TestInformation[desirability_...] columns formated as numbers?
Can, in any case, the result of d be > 9?
Regards,
Hi @Payeras_BI
TestInformation[desirability_] are numbers.
They will never be > 9, I control that through my pipeline.
Hi @powerbr ,
Can you expand on "it breaks and stops applying my report filters"?
Please provide screenshots of how are you applying those report filters in your visualization?
Regards,
@Payeras_BI
Thanks for the support.
The datamodel is quite simple:
(Note that the masure is contained in the values table)
Both tables are connected through TestID, being Testinformation the DimTable.
I have a slicer with TestID inside the report, set up to, when I use the measure without converting it into text, the Values table successfully gets filtered by TestID; however, when I return the text values, the measure returns all TestID values ignoring the filter.
I resorted to changing the pipeline, but I still wonder if I am missing something from this specific DAX behaviour.
Hello @powerbr ,
If I understood well, at the end of your code, I would substitute:
RETURN r
by
RETURN
IF(NOT ISBLANK(d),r)
Regards,
I will try this today.
Sorry for the late response, I changed my datapipe to accomodate for the data I want to display and reduce some modelling in PowerBI.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
22 | |
10 | |
10 | |
9 | |
7 |