Thanks very much for this Howto. Changing the PY&AC format to "$# ##0,K" removes the quotation marks
@PowerBIPark10 ай бұрын
Nice! Thanks for that information
@testjo110 ай бұрын
Another quick note: when working with a live connection to SSAS, the TOCSV function is not available. Another method would be to use CONCATENATEX. So leaving the rest of the variables the same I managed to get similar visual results with replacing the TOCSV part with: CONCATENATEX(_Table,[Value],UNICHAR(10))
@clementbogaert55610 ай бұрын
bug in the matrix at 5:38, had to make sure my laptop didn't break :D thank you, once again, for the great content!
@PowerBIPark10 ай бұрын
Ah I missed that! nice catch :)
@patrickosorio742410 ай бұрын
Great video bro, keep doing this kind of videos based on IBCS ... love it
@user-ot6dy1df5y9 күн бұрын
Thank you so much for sharing.
@JA-iv8np10 ай бұрын
This is pure GOLD!! Love IT.
@moxie118910 ай бұрын
HI Injae, Great video as usual. Try this to get rid of the quotes. PY & AC = VAR Line1 = "PY: " & FORMAT([PY], "#,###,###") VAR Line2 = "AC: " & FORMAT([AC], "#,###,###") RETURN Line1 & UNICHAR(10) & Line2
@PowerBIPark10 ай бұрын
Thanks! Apparently setting the format to be currency also works 😁
@alexking822210 ай бұрын
Fantastic video, thank you for sharing!
@rkortez10 ай бұрын
Thank you!!!! Keep the videos coming!!!
@PowerBIPark10 ай бұрын
You bet!
@LearnMicrosoftFabric10 ай бұрын
Great video Injae! Love a bit of SVG 🙌
@PowerBIPark10 ай бұрын
Thanks Will, it's pretty much the best "workaround" we have :)
@ginaramirez23132 ай бұрын
Thanks for the video! Really insightful.... question: Is there a way to create a table with categories row groups ( the same way that Access reports allows you to group by categories)?
@Nalaka-Wanniarachchi10 ай бұрын
The next level !!👍
@zhangyue27409 ай бұрын
Thank you for sharing!!
@Sandra-b4c1r7 ай бұрын
Thank a lot for that tutorial it's a gold! Could you show also how to change chip icon for a custom one?
@kittyngaipuikwan70879 ай бұрын
Is it possible to make two lines with two different colors for PY and AC?
@ajibadeadeleke52032 ай бұрын
Awesome video. A quick question; How did you create the status column values looking like that? Did you do that in figma and import the image into the table?
@trang36710 күн бұрын
Great video, bro! I tried to change the size of the SVG donut by multiplying 2 times for width and weight but nothing changed. Am I missing something? Once again, I appreciated your tutorials.
@lukev73010 ай бұрын
Amazing work Thanks Injae
@DATA_AXE10 ай бұрын
Great video. Thanks. I’ve replicated this for a project I’m working on. How do you change the number of decimal places for the AC,PY? I’ve looked in the measure and SVG file.
@PowerBIPark10 ай бұрын
Thanks Paul! So it's pretty easy, and it's all in the format. Let's say you want two decimals then you can just put "#, ###, ###.00" As the format 😊
@DATA_AXE10 ай бұрын
@@PowerBIPark SVG Style = //SVG code " " In this measure?
@PowerBIPark10 ай бұрын
You know where I comment out _value? It's there.
@fsanfo10 ай бұрын
awesome, thanks for sharing!
@PowerBIPark10 ай бұрын
Thanks for watching!
@DavidPesante10 ай бұрын
Just curious..have you tried this with thousand of records...just trying to see then performance impact as the data grows...
@PowerBIPark10 ай бұрын
It's a good question, and I can tell you the performance is good, up to millions of rows in the fact table: www.linkedin.com/feed/update/urn:li:activity:7166378564932644864?updateEntityUrn=urn%3Ali%3Afs_feedUpdate%3A%28V2%2Curn%3Ali%3Aactivity%3A7166378564932644864%29
@alexrosen876210 ай бұрын
Extremely useful 👌
@emilymalkin27010 ай бұрын
Amazing ❤
@patrickharilantoraherinjat299410 ай бұрын
Great! Thanks you bro
@Simone_R_C10 ай бұрын
Thank you for this i will practice for sure thanks to your video!I was wondering if tables/charts created in SVG/Deneb can filter or interact with other visualisations in the dashboards or they looks similar to a “normal” image ? Imagine to have a dashboard with the table you have showed in the video and a bar chart, if you click/ select a row/field in the table in SVG, the bar chart got filtered or you cannot interact trough different charts with a SVG table? Hope the question is clear ahah! Thank you Sir
@PowerBIPark10 ай бұрын
It's alright, so the bar chart as an SVG is part of just the row in the table, and it can work with crossfiltering no problem, or interacting with filters.
@Simone_R_C10 ай бұрын
@@PowerBIPark Super! I will try it then, thanks a lot! It was helpful!
@moth_la10 ай бұрын
Amazing
@williamacevedo136410 ай бұрын
How I can do the same in excell?
@PowerBIPark10 ай бұрын
I think Leila has a video on this 😁
@dganalysis10 ай бұрын
Great work Injae
@PowerBIPark10 ай бұрын
Thanks Gerard! Watch out for the next one coming soon :)
@dganalysis10 ай бұрын
@PowerBIPark cool. I used the chip markers today, but slightly modified the content and icons. It's a good technique. I haven't done a whole lot of work with it yet, but do you know how to get rid of the "tooltip" when you hover over the chip marks?
@PowerBIPark10 ай бұрын
@@dganalysis yeah man, I'll also ping you images on linkedin, but the simplest way to do it is to make a tooltip page.... 1x1px size