The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello,
I have a matrix thats meant to display percentages broken down by their code. On the matrix I am displaying 83% when it should be around 4% as the card shows. I have the same measure in the card as the matrix and they're displaying different values. Has anyone seen this before?
@HDD328 , Please share measure formula
Hi,
@amitchandak , Thanks for your concern about the problem, and i want o offer some more infotmation for user to refer to.
hello @HDD328 , you can try to change your dayiff measure to the following.
DayDiff =
VAR _rangestart =
MINX ( ALLSELECTED ( BNS_DT_Data ), [PRODDATE] )
VAR _rangeend =
MAXX ( ALLSELECTED ( BNS_DT_Data ), [PRODDATE] )
RETURN
DATEDIFF ( _rangestar, _rangeend, DAY ) + 1
If the solution cannot help, can you provide some sample data and the output you want so that can provide more suggestion for you.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
113 | |
83 | |
75 | |
51 | |
42 |
User | Count |
---|---|
140 | |
113 | |
73 | |
64 | |
62 |